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

https://github.com/domicoder/django-local-library

⚡️Local Library website written in Django + PostgreSQL + Heroku
https://github.com/domicoder/django-local-library

Last synced: 9 months ago
JSON representation

⚡️Local Library website written in Django + PostgreSQL + Heroku

Awesome Lists containing this project

README

          

# django-local-library

Local Library website written in Django

# Init project

```
make migrations
```

```
make migrate
```

```
make superuser
```

# Start project

```
make run
```