GitHunt
AN

Plin - Review website for books (unfinished)

Installation

Install the dependencies:

sudo pip install -r requirements.txt

Then update the database:

./manage.py syncdb && ./manage.py migrate

If it's the first time you run it, it will ask you if you want to create a user - answer 'yes', as this will grant admin rights to this user, which you will need to add books.

Running the server

Start the local server with:

./manage.py runserver

Then go to http://localhost:8000/

Contributors

GNU Affero General Public License v3.0
Created April 14, 2014
Updated July 15, 2019
antoviaque/plin | GitHunt