This project is an example of a local library website created with the Django framework
- Open a terminal and run
git clone https://github.com/StovenB/django_local_library.git
-
cd django_local_library/locallibrary -
python manage.py makemigrations python manage.py migrate python manage.py collectstatic python manage.py runserver
- Open in browser
http://127.0.0.1:8000