public
Description: A Django Based Blog
Homepage: http://altmansoftware.lighthouseapp.com/projects/19962-shiftingbits
Clone URL: git://github.com/paltman/shiftingbits.git
paltman (author)
Fri Jan 30 22:22:19 -0800 2009
commit  a3e0aa934017dbede0f569f848c5cc7abe0586a9
tree    dab0a3f2676b5a9d7254243753b8a739c2ff596a
parent  cee1323e2f2333042def31bbc5a79bd5c0eae22b
name age message
file .gitignore Loading commit data...
file README.md Tue Nov 18 13:52:07 -0800 2008 updated README with notes about the admin_wmded... [paltman]
file TODO
directory shiftingbits/
directory utils/
README.md

Shifting Bits: A Blog

I stole a good amount of this code from Brian Rosner and his "oebfare" blog.

The blog app in this project depends on a number of other modules:

  1. django 1.0
  2. django-tagging
  3. Django 1.0 Compatible Fork of django-comment-utils
  4. akismet python library [optional]
  5. python-twitter [optional. required if you want twitter integration]
  6. django-admin-wmdeditor

WMD Editor in Admin

To add this feature:

  • clone or download the django-admin-wmdeditor and put the admin_wmdeditor app folder in your python path.
  • then copy or create a symbolic link of the admin_wmdeditor/media/admin_wmdeditor folder to your /media folder