项目作者: turulomio

项目描述 :
Django books manager application. Used to learn Django
高级语言: Python
项目地址: git://github.com/turulomio/dj_books.git
创建时间: 2018-11-15T22:55:36Z
项目社区:https://github.com/turulomio/dj_books

开源协议:

下载


dj_books Application

Snapshots

Snapshot

Installation

  1. git clone https://github.com/turulomio/dj_books.git
  2. python settings_file.py, to setup your settings.
  3. Create database. For example mylibrary. I tested this app with postgres: “createdb -U postgres mylibrary”
  4. python manage.py migrate
  5. python manage.py createsuperuser
  6. Log into application. Now you can add your Authors, Books and Valorations

Documentation

Doxygen:
http://turulomio.users.sourceforge.net/doxygen/dj_books/