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: about 2 months 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
```