A digital library tool comprising of a public access view and equipped with fully functioning administrative tasks such as cataloging and circulation of books.
- Python 2.7+
- Django 1.5.1+
- clone the repository
- run
python manage.py syncdb - run
python populate_book.py - run
python populate_student.py - run
python populate_employeech.py - run
python manage.py runserverto start the server - go to
localhost:8000/searchandlocalhost:8000/transactionsfrom any modern browser.