Skip to content

Commit

Permalink
Mentions collectstatic (#173)
Browse files Browse the repository at this point in the history
In order to have a nicely formatted display like that shown in the screenshots collect static needs to be run to pull in js/css assets.
  • Loading branch information
goetzk authored and avelis committed May 3, 2017
1 parent 8f2132e commit 08ac514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ before running migrate:
python manage.py makemigrations

python manage.py migrate

python manage.py collectstatic
```


Expand Down

0 comments on commit 08ac514

Please sign in to comment.