An open API service indexing awesome lists of open source software.

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

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)