fix: profanity detector

This commit is contained in:
Gerard Gascón 2025-04-23 16:00:09 +02:00
parent 0dc6a34832
commit e97e204a5e
3 changed files with 14 additions and 2 deletions

View file

@ -46,7 +46,8 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'server'
'server',
'profanity'
]
MIDDLEWARE = [