feat: better profanity filtering

This commit is contained in:
Gerard Gascón 2025-04-23 16:24:22 +02:00
parent e97e204a5e
commit 3f5f2feff8
5 changed files with 1586 additions and 9 deletions

View file

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