Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```