https://github.com/abe312/herokutest
https://github.com/abe312/herokutest
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abe312/herokutest
- Owner: abe312
- Created: 2017-06-22T07:03:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T07:04:28.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T19:38:52.031Z (4 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WatchUsBuild-TeamDirectoryAppWithDjango
Code for the Directory app built during the Watch Us Build screencast.Currently this app has some dependencies required to deploy it to Heroku that need to be installed before it will run locally. The dependencies are:
* `Django==1.10`
* `gunicorn==19.6.0`
* `whitenoise==3.2`Those can be installed from the `requirements.txt` file with the following command - `pip install -r requirements.txt`. Or they can be installed separately with `pip`.