fix: profanity detector
This commit is contained in:
parent
0dc6a34832
commit
e97e204a5e
3 changed files with 14 additions and 2 deletions
|
@ -46,7 +46,8 @@ INSTALLED_APPS = [
|
|||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
|
||||
'server'
|
||||
'server',
|
||||
'profanity'
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue