Sphene Community Tools

Community

Copyright © 2007-2018 by Herbert Poul

You are not logged in.
Login
Register

Change Language:

Table Of Contents



AddThis Social Bookmark Button

A Django site.

Powered by Sphene Community Tools

Django Blog Application

Blog

As the name suggests the blog application can be used to create a personal or business blog as well as a more news-style application.

The main difference between a normal Board category and the Blog category type is that every thread has a slug which is used in the URL.

For example the URL is not /board/show/5/ but for example: http://sphene.net/news/2008/3/27/launch-of-sphene-net/

1. Dependencies

2. Usage

Simply add 'sphene.sphblog' to your INSTALLED_APPS and add the following to your url configuration:

(r'^blog/',  include('sphene.sphblog.urls'), defaultdict),

Tags:

Last Modified: 2008-04-19 16:46:40 by Herbert Poul - [ Snip Changes ] [ Wiki History ]

1 Comments

Customize List
2211
2
2010-03-11 08:41:42
1 Threads

Please login to create a new thread.



Powered by Sphene Community Tools