Django Blog Application
BlogBack to Snip <-- Previous Change | Next Change -->
| Diff Summary | |||||
|---|---|---|---|---|---|
| Title | Django Blog Application | Django Blog Application | |||
| Date | 2008-04-03 07:26:34 | 2008-04-19 16:46:10 | |||
| Editor | Herbert Poul | Herbert Poul | |||
| Tags | |||||
| 2008-04-03 07:26:34 by Herbert Poul | 2008-04-19 16:46:10 by Herbert Poul | ||||
|---|---|---|---|---|---|
| 2 | 2 | ||||
| 3 | The main difference between a normal [Board] categ | 3 | 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. | ||
| 4 | 4 | ||||
| 5 | For example the URL is not /board/show/5/ but for | 5 | 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/> | ||
| 6 | 6 | ||||
| t | t | 7 | # Usage | ||
| 8 | |||||
| 9 | Simply add 'sphene.sphblog' to your INSTALLED_APPS | ||||
| > | and add the following to your url configuration: | ||||
| 10 | |||||
| 11 | (r'^blog/', include('sphene.sphblog.urls'), d | ||||
| > | efaultdict), | ||||
| 12 | |||||
Powered by Sphene Community Tools
