Fixing Django 4 compatibility, removing auto_updates refs
This commit is contained in:
@@ -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', ]
|
||||
|
||||
Reference in New Issue
Block a user