5 lines
149 B
Python
5 lines
149 B
Python
from .base import *
|
|
|
|
ALLOWED_HOSTS = ['*']
|
|
SECURE_SSL_REDIRECT = False
|
|
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
|