fix cookie stuff?
This commit is contained in:
@@ -42,6 +42,8 @@ DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', '127.0.0.1,localhost').strip().replace(' ', '').split(',')
|
||||
|
||||
ADMIN_BASE_URL = os.environ.get('ADMIN_BASE_URL', '/admin/')
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
|
||||
Reference in New Issue
Block a user