simple book e_shop with bootstrap front-end and django backend
#usage
- create virtual env (python -m venv venv)
- activate (./venv/scripts/activate)
- makemigrations and migrate (python manage.py makemigrations) (python manage.py migrate)
- superuser (python manage.py createsuperuser)
- python manage.pt runserver