Skip to content

A simple blog using Django, Markdown and Twitter Bootstrap

Notifications You must be signed in to change notification settings

funkotron/blogstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogstrap

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.

Installation guide

  1. Change any settings in the settings.py file including SITE_META.site
  2. Run python manage.py syncdb to create a database.
  3. Run python manage.py runserver to run on port 8000
  4. Visit http://localhost:8000/site-admin in your browser
  5. Create a new post / tag / social profile
  6. Result

About

A simple blog using Django, Markdown and Twitter Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published