mirror of
https://github.com/Rushilwiz/drive-pipeline.git
synced 2025-04-03 04:00:17 -04:00
A contract project for Will Fuentes (My first actual contract project!)
config | ||
drive | ||
media | ||
my_secrets | ||
static | ||
.gitignore | ||
manage.py | ||
README.md | ||
requirements.txt |
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