-
- Downloads
Merge branch 'channels' into 'master'
Base Channels setup See merge request !538
No related branches found
No related tags found
Showing
- Dockerfile 4 additions, 4 deletionsDockerfile
- arkindex/project/asgi.py 13 additions, 0 deletionsarkindex/project/asgi.py
- arkindex/project/consumers.py 46 additions, 0 deletionsarkindex/project/consumers.py
- arkindex/project/routing.py 12 additions, 0 deletionsarkindex/project/routing.py
- arkindex/project/settings.py 20 additions, 0 deletionsarkindex/project/settings.py
- base/requirements.txt 2 additions, 0 deletionsbase/requirements.txt
- requirements.txt 2 additions, 0 deletionsrequirements.txt
arkindex/project/asgi.py
0 → 100644
arkindex/project/consumers.py
0 → 100644
arkindex/project/routing.py
0 → 100644
... | ... | @@ -2,6 +2,8 @@ |
arkindex-common==0.2.0 | ||
certifi==2017.7.27.1 | ||
channels==2.3.1 | ||
channels-redis==2.4.1 | ||
chardet==3.0.4 | ||
django-admin-hstore-widget==1.0.1 | ||
django-cors-headers==2.4.0 | ||
... | ... |
Please register or sign in to comment