A contract project for Will Fuentes (My first actual contract project!)
Go to file
2020-11-12 11:24:42 -05:00
config finished project 2020-10-24 01:21:02 -04:00
drive updated choices 2020-10-25 14:10:57 -04:00
media finished project 2020-10-24 01:21:02 -04:00
my_secrets finished project 2020-10-24 01:21:02 -04:00
static finished project 2020-10-24 01:21:02 -04:00
.gitignore finished phase one of development 2020-10-23 02:35:01 -04:00
manage.py finished phase one of development 2020-10-23 02:35:01 -04:00
README.md Update README.md 2020-11-12 11:24:42 -05:00
requirements.txt updated deps 2020-10-24 01:23:44 -04:00

Drive Pipeline

A Django polling app built for Will Fuentes

Getting Started

Setup project environment with virtualenv and pip.

$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

$ python manage.py migrate
# You'll be asked to enter in the secrets for the project here

$ python manage.py runserver