| | | |
| ## Project Configuration | | ## Project Configuration |
| | | |
| Add the following applications to your INSTALLED_A | | Add the following applications to your INSTALLED_A |
| PPS: | | PPS: |
| | | |
t | 'sphene.community',
| t | 'south', # the only requirement for SCT
|
| 'sphene.sphboard',
| | 'sphene.community', # base community featu |
| | | res and utils (user profiles, etc.)
|
| 'sphene.sphwiki',
| | 'sphene.sphboard', # forum application
|
| | | 'sphene.sphwiki', # very simple wiki appli |
| | | cation
|
| | | |
| ## Adding MIDDLEWARE_CLASSES and TEMPLATE_CONTEXT_ | | ## Adding MIDDLEWARE_CLASSES and TEMPLATE_CONTEXT_ |
| PROCESSORS | | PROCESSORS |
| | | |
| | | |
| SCT (currently) needs at least two middleware clas | | SCT (currently) needs at least two middleware clas |
| ses and one template context processor. Add the fo | | ses and one template context processor. Add the fo |
| llowing to middlewares to the TOP of your MIDDLEWA | | llowing to middlewares to the TOP of your MIDDLEWA |
| RE_CLASSES: | | RE_CLASSES: |