Compare commits

..

1 Commits

Author SHA1 Message Date
67a65702a1 preliminary websocket support added 2018-08-14 20:13:59 -04:00

View File

@ -24,3 +24,4 @@ postgres=# \q
## Usage
`gunicorn -b localhost:5100 -e SCRIPT_NAME=/titivillus titivillus.wsgi`
`daphne -b 0.0.0.0 -p 5100 --root-path=/titivillus titivillus.asgi:application`