Remove old static files instruction in readme

This commit is contained in:
Gabriel Augendre 2021-02-07 07:19:30 +01:00
parent b537f51ab1
commit f650ef3c3f

View file

@ -3,12 +3,3 @@
Simple blog management system.
Hosted at https://gabnotes.org
## Run locally
Remember to run
```bash
./manage.py collectstatic --no-input && ./manage.py assets build --manifest django
```
Before running server and after editing static files.