Remove old static files instruction in readme
This commit is contained in:
parent
b537f51ab1
commit
f650ef3c3f
1 changed files with 0 additions and 9 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue