Skip to content

Latest commit

 

History

History
 
 
===========================================
Django Basic Blog
http://code.google.com/p/django-basic-apps/
===========================================

A simple blog application for Django projects.

To install this app, simply create a folder somewhere in
your PYTHONPATH named 'basic' and place the 'blog'
app inside. Then add 'basic.blog' to your projects
INSTALLED_APPS list in your settings.py file.

=== Dependancies ===
 * Basic Inlines
 * [http://www.djangoproject.com/documentation/add_ons/#comments Django Comments]
 * [http://code.google.com/p/django-tagging Django Tagging]
 * [http://www.djangoproject.com/documentation/add_ons/#markup Markup]
 * [http://www.crummy.com/software/BeautifulSoup/ BeautifulSoup] - only if you want to use the [http://code.google.com/p/django-basic-blog/wiki/BlogInlinesProposal render_inlines] filter, otherwise it's not necessary.