| | | |
| The main difference between a normal [Board] categ | | The 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. |
| | | |
| For example the URL is not /board/show/5/ but for | | For 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/> |
| | | |
t | | t | # Usage
|
| | |
|
| | | Simply add 'sphene.sphblog' to your INSTALLED_APPS |
| | | and add the following to your url configuration:
|
| | |
|
| | | (r'^blog/', include('sphene.sphblog.urls'), d |
| | | efaultdict),
|
| | |
|