| To avoid name clashes and make it easier to find t | | To avoid name clashes and make it easier to find t |
| hose settings SCT uses only one dictionary - calle | | hose settings SCT uses only one dictionary - calle |
| d SPH_SETTINGS. | | d SPH_SETTINGS. |
| | | |
| You can configure them in your settings.py: | | You can configure them in your settings.py: |
| | | |
| SPH_SETTINGS = { | | SPH_SETTINGS = { |
n | 'django096compatibility': True,
| n | 'markdown_number_headings': True,
|
| } | | } |
| | | |
| # Inline documented settings | | # Inline documented settings |
| | | |
| A few settings are not included on this site - eit | | A few settings are not included on this site - eit |
| her because i forgot to add them, they are very ob | | her because i forgot to add them, they are very ob |
| scure and never used, etc. | | scure and never used, etc. |
| | | |
| - [Wiki application settings](http://yourhell.com/ | | - [Wiki application settings](http://yourhell.com/ |
| svn/root/django/communitytools/trunk/sphenecoll/sp | | svn/root/django/communitytools/trunk/sphenecoll/sp |
| hene/sphwiki/__init__.py) | | hene/sphwiki/__init__.py) |
| - [Board application settings](http://yourhell.com | | - [Board application settings](http://yourhell.com |
| /svn/root/django/communitytools/trunk/sphenecoll/s | | /svn/root/django/communitytools/trunk/sphenecoll/s |
| phene/sphboard/__init__.py) | | phene/sphboard/__init__.py) |
| | | |
| If you have further questions [feel free to ask in | | If you have further questions [feel free to ask in |
| the board](http://sct.sphene.net/board/show/0/). | | the board](http://sct.sphene.net/board/show/0/). |
n |
| n | |
| # Compatbility
| | |
|
| | |
| ## django096compatibility - True/False
| | |
|
| | |
| Activates compatibility mode for the django 0.96 r | | |
| elease. (Is a Boolean value) (default: False)
| | |
| | | |
| # Community | | # Community |
| | | |
| ## Settings for avatars | | ## Settings for avatars |
| | | |
| | | |
| ## wiki_rss_url | | ## wiki_rss_url |
| | | |
| Is used by the default wiki showSnip template to c | | Is used by the default wiki showSnip template to c |
| reate a link to a rss feed. | | reate a link to a rss feed. |
| | | |
t | This should be set to /feeds/wiki/ - which by defa | t | This should be set to /feeds/wiki/ - which by defa |
| ult lists the latest changes of all wiki snips in | | ult lists the latest changes of all wiki snips in |
| the current community group.
| | the current community group. |