DjangoPolls

A Simple Polling app made with Django

Instructions

Make sure you have installed

Step 1. Open a terminal

Step 2. Paste the given code in the terminal

git clone https://github.com/foxy4096/DjangoPolls

Step 3. Now type this in the terminal

cd DjangoPolls

Step 4. Now paste this in the terminal

python -m venv env
# and 
.\env\Scripts\activate
or for *nix system
source .\env\Scripts\activate
#and then type
pip install -r requirements.txt

Step 5. Now type

python manage.py makemigrations
# and
python manage.py migrate

Step 6. Now go type this command to create a new superuser

python manage.py createsuperuser

Step 7. After that type this and go to your web browser and go to here

python manage.py runserver

GitHub

View Github