enable compress
This commit is contained in:
parent
aec089b4dd
commit
d4543634e0
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
COMPRESS_ENABLED = True
|
||||
|
||||
ALLOWED_HOSTS = []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue