Skip to content

Commit

Permalink
documenting static files
Browse files Browse the repository at this point in the history
  • Loading branch information
altf4arnold committed Mar 29, 2024
1 parent 88ec5be commit 33cf183
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ pip install -r requirements.txt
./manage.py runserver --insecure
```

# Static files :
The static files need to be hosted outside the gunicorn. So I choose to store them on github pages (for now). Which means that every time the statics get changed, one need to run :
```
./manage.py collectstatic
git add staticfiles/.
```

# CSS :
To install the CSS bundler :
```
Expand Down

0 comments on commit 33cf183

Please sign in to comment.