https://github.com/iampavangandhi/firstdjangoapp
📊 First Django app to create polls with questions/choices
https://github.com/iampavangandhi/firstdjangoapp
choices django django-application django-project polls
Last synced: 2 months ago
JSON representation
📊 First Django app to create polls with questions/choices
- Host: GitHub
- URL: https://github.com/iampavangandhi/firstdjangoapp
- Owner: iampavangandhi
- Created: 2020-01-24T08:07:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T04:53:40.000Z (about 2 years ago)
- Last Synced: 2025-01-17T07:45:05.230Z (4 months ago)
- Topics: choices, django, django-application, django-project, polls
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FirstDjangoApp
> First Django app to create polls with questions/choices## Quick Start
``` bash
# Install dependencies
pipenv install# Creating Virtual Environment
pipenv shell# Moving to App
cd pollApp# Serve on localhost:8000
python3 manage.py runserver
```### Commands Gist
You can find commands from the project here: [Notes](./Notes.txt)