This commit is contained in:
Ruidy Nemausat 2019-12-03 22:43:44 +01:00
parent 80408e142e
commit df9b31fe21
3 changed files with 1953 additions and 2 deletions

View file

@ -90,5 +90,6 @@ Le visiteur doit pouvoir :
- deploy on Heroku or somewhere else … don't care
- change placeholders for dates
- factoriser le code de réservation
- formulaire de réservation : les apparts sont hard codés rendre ça dynamique
## BUGS

1950
villafleurie.pgsql Normal file

File diff suppressed because it is too large Load diff

View file

@ -39,8 +39,8 @@ MIDDLEWARE = [
if os.environ.get('ENV') == 'PRODUCTION':
# STATICFILES_STORAGE = 'storage.WhiteNoiseStaticFilesStorage'
# STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
STATICFILES_STORAGE = 'whitenoise.storage.CompressedStaticFilesStorage'
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
# STATICFILES_STORAGE = 'whitenoise.storage.CompressedStaticFilesStorage'
# STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'