test(daphne): some stuff to test websocket things
This commit is contained in:
parent
e1bd6bc6ad
commit
47cf999359
5 changed files with 6 additions and 0 deletions
1
.credentials/SYMPA_PASSWORD
Normal file
1
.credentials/SYMPA_PASSWORD
Normal file
|
@ -0,0 +1 @@
|
|||
toto
|
1
.credentials/SYMPA_USERNAME
Normal file
1
.credentials/SYMPA_USERNAME
Normal file
|
@ -0,0 +1 @@
|
|||
sympa
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -21,3 +21,4 @@ media/
|
|||
# VSCode
|
||||
.vscode/
|
||||
.direnv
|
||||
.static
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -72,6 +72,8 @@ pkgs.mkShell {
|
|||
black
|
||||
flake8
|
||||
isort
|
||||
|
||||
daphne
|
||||
]
|
||||
))
|
||||
pkgs.npins
|
||||
|
|
Loading…
Add table
Reference in a new issue