My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
===========================================
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.
Show details Hide details

Change log

r100 by nat...@playgroundblues.com on Jan 23, 2009   Diff
Added 'inlines' as a dependency
Go to: 
Project members, sign in to write a code review

Older revisions

r24 by nat...@playgroundblues.com on Apr 20, 2008   Diff
[No log message]
r20 by nat...@playgroundblues.com on Apr 20, 2008   Diff
Updated all the README files to
reflect the change to the 'basic'
namespace.
r2 by nat...@playgroundblues.com on Mar 26, 2008   Diff
Initial check in of basic apps.
All revisions of this file

File info

Size: 873 bytes, 18 lines
Hosted by Google Code