14 lines
254 B
Markdown
14 lines
254 B
Markdown
# Blog
|
|
|
|
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.
|