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:53:34 2012-06-04 09:55:20
Editor Herbert Poul Herbert Poul
Tags

2012-06-04 09:53:34 by Herbert Poul
2012-06-04 09:55:20 by Herbert Poul
114114
115## Synchronizing tables115## Synchronizing tables
116116
117After adding the community projects, run syncdb ag117After 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).
118118
t119    ./manage.py syncb --allt119    ./manage.py syncdb --all
120    ./manage.py migrate --fake
121
120122
121## Create base template123## Create base template
122124
123SCT requires a template called base.html which has125SCT 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.
124126


Powered by Sphene Community Tools