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 7b75d10 commit e5dac6dCopy full SHA for e5dac6d
README.md
@@ -11,10 +11,14 @@ Make sure you have Python [installed properly](http://install.python-guide.org).
11
```sh
12
$ git clone [email protected]:heroku/python-getting-started.git
13
$ cd python-getting-started
14
+
15
$ pip install -r requirements.txt
16
17
$ createdb python_getting_started
-$ heroku local:run python manage.py migrate
18
19
+$ python manage.py migrate
20
$ python manage.py collectstatic
21
22
$ heroku local
23
```
24
@@ -25,6 +29,7 @@ Your app should now be running on [localhost:5000](http://localhost:5000/).
25
29
26
30
$ heroku create
27
31
$ git push heroku master
32
28
33
$ heroku run python manage.py migrate
34
$ heroku open
35
0 commit comments