- Clone/pull/download this repository
- Create a virtualenv with
virtualenv env(python3 -m venv env), activate it and install dependencies withpip install -r requirements.txt - Configure your .env variables
- Prepare SQL queries for a local database (SQLLite3) with
python manage.py makemigrationsand execute them withpython manage.py migratecommands - Create an operator (admin) with
python manage.py createsuperuser. It will be able to log in and perform various operations with the catalog - Start the server:
python manage.py runserver
You can then access electronic library here: http://localhost:8000
Our issue tracker is available here: https://github.com/callbacksin/django-library-management-system/issues
