This website requires JavaScript.
Explore
Help
Register
Sign in
DGNum
/
poulpe
Watch
6
Star
0
Fork
You've already forked poulpe
0
Code
Issues
5
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
3aab76613a
poulpe
/
evenementiel
/
routing.py
6 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
switch to channels 2.x
2018-05-03 12:34:02 +02:00
from
channels
.
routing
import
ProtocolTypeRouter
Setup a production-like environment in vagrant - We already use Daphne and channels to prepare the future use of websockets. - The app is served behind an nginx reverse-proxy - The services we need are managed by systemctl The production-like running instance of GestionÉvénementiel can be accessed on localhost:8080 outside vagrant.
2017-05-16 17:13:31 +02:00
# Nothing yet
switch to channels 2.x
2018-05-03 12:34:02 +02:00
application
=
ProtocolTypeRouter
(
{
}
)
Reference in a new issue
Copy permalink