Skip to content

Jackevansevo/DjangoLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

229 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoLibrary

Still very much WIP

Install Dependencies

virtualenv -p path/to/python/installation venv
source venv/bin/activate
pip install -r requirements.txt

Setup Environment

First populate the database

python manage.py populate_db.py

In three separate terminals, run:

celery -A DjangoLibrary beat -l info
celery -A DjangoLibrary worker -l info
python manage.py runserver

Then visit: http://localhost:8000/

Screenshot

screenshot

About

Library software written in Django

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages