We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a0f79 commit f5736faCopy full SHA for f5736fa
README.md
@@ -48,6 +48,12 @@ Create the tables needed:
48
python manage.py migrate
49
```
50
51
+Install Javascript dependencies using Yarn:
52
+
53
+```shell
54
+yarn install
55
+```
56
57
### Running
58
#### Locally
59
Run the service locally, setting DEBUG to True allows using http instead of https,
@@ -57,6 +63,9 @@ DEBUG=True python manage.py runserver
63
64
65
### In Heroku
66
+_Travis deploys to Heroku on successful builds on master. Use these instructions
67
+to deploy to another Heroko container._
68
60
69
Assuming you have a Heroku login and installed the CLI, see
61
70
<a href=https://devcenter.heroku.com/articles/getting-started-with-python>Heroku:Getting Started</a> if you have are
62
71
not familiar with Heroku.
0 commit comments