A simple blog engine built on Django using Twitter's Bootstrap for styling.
Use Django's admin interface to create posts, pages, tags and social profile links. All post text is in markdown and so the requirements include Django 1.2+ and python-markdown.
- Change any settings in the settings.py file including SITE_META.site
- Run
python manage.py syncdb
to create a database. - Run
python manage.py runserver
to run on port 8000 - Visit
http://localhost:8000/site-admin
in your browser - Create a new post / tag / social profile
- Result