Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/