https://github.com/chillaranand/library-django
A sandbox django project for experiments
https://github.com/chillaranand/library-django
asgi channels django sandbox
Last synced: about 2 months ago
JSON representation
A sandbox django project for experiments
- Host: GitHub
- URL: https://github.com/chillaranand/library-django
- Owner: ChillarAnand
- Created: 2017-02-08T10:05:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T22:36:13.000Z (about 2 years ago)
- Last Synced: 2025-02-21T11:50:42.994Z (2 months ago)
- Topics: asgi, channels, django, sandbox
- Language: Python
- Homepage:
- Size: 151 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Setup
```sh
git clone https://github.com/ChillarAnand/library
cd library
pip install -r requirements.txt
./manage.py runserver
```Start channels worker with
```
./manage.py runworker email-book
```