Skip to content

dvk-net/phone-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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