Skip to content

Commit

Permalink
docs:Add command for static in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
dscpsyl committed Sep 23, 2024
1 parent fd451a5 commit b17d8f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ We assume you are running on Ubuntu. As such, you will need to have the followin
9. If you are deploying to a production environment, make sure to run the deploy checks. Otherwise, enable DEBUG and remove other restrictions in the `settings.py` file for your own convenience.
```sh
python manage.py check --deploy
python manage.py collectstatic
```
10. Finally, start the server
```sh
Expand Down

0 comments on commit b17d8f0

Please sign in to comment.