Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chillaranand/library-django
A sandbox django project for experiments
https://github.com/chillaranand/library-django
asgi channels django sandbox
Last synced: 18 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T22:36:13.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T11:52:44.535Z (24 days 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
```