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

254 B

Blog

Simple blog management system.

Hosted at https://gabnotes.org

Run locally

Remember to run

./manage.py collectstatic --no-input && ./manage.py assets build --manifest django

Before running server and after editing static files.