Django Blog Application
BlogAs 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 ListPlease login to create a new thread.