AguaClara / aide_design_specs

MIT License
0 stars 2 forks source link

Working Heroku App! #39

Closed fletchapin closed 3 years ago

fletchapin commented 3 years ago

Updated file structure so that Django app works in Heroku Dyno. To create a Dyno, run the following commands:

heroku create --buildpack https://github.com/Thermondo/heroku-buildpack-tex.git
heroku buildpacks:add heroku/python
git push heroku main

More documentation can be found here