Sphene Community Tools

Community

Copyright © 2007-2018 by Herbert Poul

You are not logged in.
Login
Register

Change Language:



AddThis Social Bookmark Button

A Django site.

Powered by Sphene Community Tools

Tutorial

Tutorial

Back to Snip <-- Previous Change | Next Change -->

Diff Summary
Title
Date 2012-06-04 09:43:12 2012-06-04 09:53:34
Editor Herbert Poul Herbert Poul
Tags

2012-06-04 09:43:12 by Herbert Poul
2012-06-04 09:53:34 by Herbert Poul
112    )112    )
113113
114114
115## Synchronizing tables115## Synchronizing tables
116116
n117After adding the community projects, run syncdb agn117After adding the community projects, run syncdb ag
>ain which will create all necessary tables. >ain which will create all necessary tables. (Becau
 >se of south you have to use --all for the first ti
 >me. When upgrading SCT you have to ./manage.py mig
 >rate).
118118
t119    ./manage.py syncbt119    ./manage.py syncb --all
120
121If you have also added south to your INSTALLED_APP
>S also use  
122
123    ./manage.py migrate
124120
125## Create base template121## Create base template
126122
127SCT requires a template called base.html which has123SCT 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.
128124


Powered by Sphene Community Tools