/django-orm-watching-storage

Репозиторий с сайтом для урока «Пишем пульт охранника банка» курса dvmn.org

Primary LanguageHTML

Bank security console

Web version of the system for recording visits to the bank's vault.

How to install

Python3 should be already installed. Then use pip (or pip3, if there is a conflict with Python2) to install dependencies:

pip install -r requirements.txt

Examples of running the script

python3 main.py

Then open a browser and go to http://127.0.0.1:8000/

Project Goals

The code is written for educational purposes on online-course for web-developers dvmn.org.