chore(cof): production follow master #858

Merged
lbailly merged 5 commits from master into cof-prod 2025-03-03 17:17:47 +01:00
5 changed files with 6 additions and 0 deletions
Showing only changes of commit 47cf999359 - Show all commits

View file

@ -0,0 +1 @@
toto

View file

@ -0,0 +1 @@
sympa

1
.gitignore vendored
View file

@ -21,3 +21,4 @@ media/
# VSCode
.vscode/
.direnv
.static

View file

@ -57,6 +57,7 @@ if settings.DEBUG:
# Si on est en production, MEDIA_ROOT est servi par Apache.
# Il faut dire à Django de servir MEDIA_ROOT lui-même en développement.
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
# Wagtail URLs (wagtail urls must be last, as catch-all)

View file

@ -72,6 +72,8 @@ pkgs.mkShell {
black
flake8
isort
daphne
]
))
pkgs.npins