mirror of
https://github.com/Rushilwiz/drive-pipeline.git
synced 2025-04-17 02:40:17 -04:00
Update README.md
This commit is contained in:
parent
bcabb8cc61
commit
b1d9bed436
16
README.md
16
README.md
|
@ -1 +1,17 @@
|
||||||
# Drive Pipeline
|
# Drive Pipeline
|
||||||
|
A Django polling app built for Will Fuentes
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
Setup project environment with [virtualenv](https://virtualenv.pypa.io) and [pip](https://pip.pypa.io).
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user