Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.32 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.32 KB

Polls Django App

One beginner project in django to i to start my studies about this framework.

If you to want download and run this project, here bellow have a tutorial.

  • 1 - clone this repository with git or download by browser
  • 2 - If you don't have a django installed, run "pip install django" obs: create a env, run on terminal in the past of project "py -m venv venv" and activate running the file activate.ps1 (on windows)
  • 3 - Into the past where have the file "manage.py" run this code in your terminal: pip install requirements.txt
  • 4 - run py manage.py makemigration and py manage.py migrate
  • 5 - run py manage.py runserver to open server