Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 270 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 270 Bytes

How to guide

Video explanation (RUS)

  1. Create venv
    python3 -m venv env
  2. Create new git rep
  3. Add .gitignore
  4. create requriments.txt
    pip freeze > ./requirements.txt
  5. MVC