mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-06 02:16:47 +00:00
db
This commit is contained in:
parent
80408e142e
commit
df9b31fe21
3 changed files with 1953 additions and 2 deletions
|
|
@ -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
1950
villafleurie.pgsql
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue