Skip to content

DSanzh/the-ultimate-beginners-guide-to-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here is the three mini projects with finished homeworks

Getting started

  1. Install virtualenv
  2. Choose and enter to needed project
  3. Activate virtualenv in venv folder by source venv/bin/activate
  4. Enter to dir where you find manage.py file, then by command: python manage.py runserver run