| ) | | ) |
| | | |
| | | |
| ## Synchronizing tables | | ## Synchronizing tables |
| | | |
t | After adding the community projects, run syncdb ag | t | 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 syncdb --all and migra |
| me. When upgrading SCT you have to ./manage.py mig | | te --fake for the first time. Whenever you upgrade |
| rate). | | SCT you have to run: ./manage.py migrate). |
| | | |
| ./manage.py syncdb --all | | ./manage.py syncdb --all |
| ./manage.py migrate --fake | | ./manage.py migrate --fake |
| | | |
| | | |