Do a pipenv update to get patched Django
This commit is contained in:
parent
76496e7169
commit
37d5a7a20d
2 changed files with 886 additions and 543 deletions
1426
Pipfile.lock
generated
1426
Pipfile.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -3,3 +3,6 @@ from .base import *
|
||||||
ALLOWED_HOSTS = ['*']
|
ALLOWED_HOSTS = ['*']
|
||||||
SECURE_SSL_REDIRECT = False
|
SECURE_SSL_REDIRECT = False
|
||||||
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
|
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
|
||||||
|
|
||||||
|
MEDIA_URL = '/media/'
|
||||||
|
STATIC_ROOT = path.join(BASE_DIR, 'media')
|
||||||
|
|
Loading…
Reference in a new issue