Fixing Django 4 compatibility, removing auto_updates refs

This commit is contained in:
Sebastien Laithier
2022-08-17 16:32:40 +02:00
parent d6e8f370e9
commit f449d2cb4e
5 changed files with 33 additions and 59 deletions

View File

@@ -9,6 +9,7 @@ SECRET_KEY = 'long random key'
#DEBUG = True
ALLOWED_HOSTS = ['127.0.0.1', ]
CSRF_TRUSTED_ORIGINS ['127.0.0.1']
# for debug_toolbar
INTERNAL_IPS = ['127.0.0.1', ]