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
- Host: GitHub
- URL: https://github.com/domicoder/django-local-library
- Owner: domicoder
- Created: 2024-03-23T00:10:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T18:43:16.000Z (about 2 years ago)
- Last Synced: 2025-01-21T01:41:49.742Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```