Sphene Community Tools

Community

Copyright © 2007-2018 by Herbert Poul

You are not logged in.
Login
Register

Change Language:



AddThis Social Bookmark Button

A Django site.

Powered by Sphene Community Tools

Django Blog Application

Blog

Back to Snip <-- Previous Change

Diff Summary
Title Django Blog Application Django Blog Application
Date 2008-04-19 16:46:10 2008-04-19 16:46:40
Editor Herbert Poul Herbert Poul
Tags

2008-04-19 16:46:10 by Herbert Poul
2008-04-19 16:46:40 by Herbert Poul
f1As the name suggests the blog application can be uf1As the name suggests the blog application can be u
>sed to create a personal or business blog as well >sed to create a personal or business blog as well 
>as a more news-style application.>as a more news-style application.
22
3The main difference between a normal [Board] categ3The main difference between a normal [Board] categ
>ory and the [Blog] category type is that every thr>ory and the [Blog] category type is that every thr
>ead has a slug which is used in the URL.>ead has a slug which is used in the URL.
44
5For example the URL is not /board/show/5/ but for 5For example the URL is not /board/show/5/ but for 
>example: <http://sphene.net/news/2008/3/27/launch->example: <http://sphene.net/news/2008/3/27/launch-
>of-sphene-net/>>of-sphene-net/>
tt6
7# Dependencies
8
9- [Community]
10- [Board]
611
7# Usage12# Usage
813
9Simply add 'sphene.sphblog' to your INSTALLED_APPS14Simply add 'sphene.sphblog' to your INSTALLED_APPS
> and add the following to your url configuration:> and add the following to your url configuration:
1015


Powered by Sphene Community Tools