This is a Django refactoring of the Argon-Theme theme, with the main interface referenced to Echo's blog.
- Install dependencies
pip install -r requirements.txt
- Data Migration
python manage.py makemigrationspython manage.py migrate- Now you should build index for your posts.
python manage.py rebuild_index - Then:
python manage.py runserver Request 127.0.0.1:8000/argon.
GPL-3