This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/README.md

15 lines
254 B
Markdown
Raw Normal View History

2020-08-14 16:01:13 +02:00
# Blog
Simple blog management system.
2020-08-18 19:44:13 +02:00
2020-11-12 16:07:20 +01:00
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.