Compare commits

..

1 Commits

Author SHA1 Message Date
461183060f preliminary websocket support added 2018-08-14 20:12:52 -04:00

View File

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