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

https://github.com/rikeda71/privateschoolwebapp

This app manages shifts of my private school
https://github.com/rikeda71/privateschoolwebapp

celery django shift-register

Last synced: about 1 month ago
JSON representation

This app manages shifts of my private school

Awesome Lists containing this project

README

          

# PrivateSchoolWebApp

## Usage

```
docker-compose up -d db
docker-compose up -d
docker-compose run web ./manage.py migrate
docker-compose run web
```