Commit Graph

6 Commits

Author SHA1 Message Date
Leo Hemsted
9547fedcc3 move manifest to single jinja template
uses the same pattern as other apps. Infers route based on app name,
you can declare more in the dict at the top if you need to.
2019-04-16 14:46:00 +01:00
Rebecca Law
87704c3166 Remove Procfile, we don't deploy to heroku 2016-04-21 10:07:58 +01:00
Chris Hill-Scott
fd4c4107ac Remove Flask Assets
This commit’s parent introduces a Node-based way of managing front end assets.

Nothing else is needed in the app, specifically not Flask Assets. Flask itself
automatically routes requests for `domain.tld/static/*` to the files in
`app/static`.

This also removes all the Ruby stuff.
2016-01-05 13:12:35 +00:00
Rebecca Law
e14780f7b5 Fix Procfile 2015-11-23 16:26:37 +00:00
Rebecca Law
043f930e57 Add runserver to Procfile 2015-11-20 16:24:10 +00:00
Rebecca Law
96dd866e6f Add Procfile for heroku 2015-11-20 15:36:47 +00:00