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 cb04873 commit 5d7407bCopy full SHA for 5d7407b
README.md
@@ -14,6 +14,7 @@ $ cd python-getting-started
14
$ pip install -r requirements.txt
15
$ createdb python_getting_started
16
$ foreman run python manage.py migrate
17
+$ python manage.py collectstatic
18
$ foreman start web
19
```
20
0 commit comments