Skip to content

Commit 5d7407b

Browse files
committed
Add collectstatic to local deploy
1 parent cb04873 commit 5d7407b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ $ cd python-getting-started
1414
$ pip install -r requirements.txt
1515
$ createdb python_getting_started
1616
$ foreman run python manage.py migrate
17+
$ python manage.py collectstatic
1718
$ foreman start web
1819
```
1920

0 commit comments

Comments
 (0)