Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turulomio/dj_books
Django books manager application. Used to learn Django
https://github.com/turulomio/dj_books
books django-application
Last synced: 6 days ago
JSON representation
Django books manager application. Used to learn Django
- Host: GitHub
- URL: https://github.com/turulomio/dj_books
- Owner: turulomio
- Created: 2018-11-15T22:55:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-07T08:46:01.000Z (26 days ago)
- Last Synced: 2024-12-07T09:24:41.206Z (26 days ago)
- Topics: books, django-application
- Language: Python
- Homepage:
- Size: 2.17 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dj_books Application
## Snapshots
![Snapshot](https://github.com/turulomio/dj_books/blob/master/doc/Screenshot_20200811_000430.png)
## Installation
1. `git clone https://github.com/turulomio/dj_books.git`
1. `python settings_file.py`, to setup your settings.
1. Create database. For example mylibrary. I tested this app with postgres: "createdb -U postgres mylibrary"
1. `python manage.py migrate`
1. `python manage.py createsuperuser`
1. Log into application. Now you can add your Authors, Books and Valorations## Documentation
Doxygen:
http://turulomio.users.sourceforge.net/doxygen/dj_books/