| | | |
| ## Synchronizing tables | | ## Synchronizing tables |
| | | |
| After adding the community projects, run syncdb ag | | After adding the community projects, run syncdb ag |
| ain which will create all necessary tables. (Becau | | ain which will create all necessary tables. (Becau |
| se of south you have to use --all for the first ti | | se of south you have to use --all for the first ti |
| me. When upgrading SCT you have to ./manage.py mig | | me. When upgrading SCT you have to ./manage.py mig |
| rate). | | rate). |
| | | |
t | ./manage.py syncb --all | t | ./manage.py syncdb --all |
| | | ./manage.py migrate --fake
|
| | |
|
| | | |
| ## Create base template | | ## Create base template |
| | | |
| SCT requires a template called base.html which has | | SCT requires a template called base.html which has |
| at least a block called "content" and one called | | at least a block called "content" and one called |
| "head". To make this easier we will create a small | | "head". To make this easier we will create a small |
| community app which hosts only your template. If | | community app which hosts only your template. If |
| you are integrating SCT into your own project, yo | | you are integrating SCT into your own project, yo |
| u probably already have a base template. | | u probably already have a base template. |
| | | |