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

CommunityDraft

CommunityDraft

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

Diff Summary
Title
Date 2007-04-15 12:42:12 2007-04-15 12:50:31
Editor Herbert Poul Herbert Poul
Tags

2007-04-15 12:42:12 by Herbert Poul
2007-04-15 12:50:31 by Herbert Poul
n1CommunityDraft is an example website which uses thn1CommunityDraft is an example website which uses th
>e SCT applications. It is basically not just a dra>e SCT applications. 
>ft but a full blown website which is used to provi 
>de http://sct.sphene.net (I'm currently only using 
> a couple of different settings and 2 overloaded t 
>emplates to add google analytics and the bookmark  
>link below the navigation)  
2It is basically not just a draft but a full blown 
 >website which is used to 
3provide http://sct.sphene.net (I'm currently only 
 >using a couple of different 
4settings and 2 overloaded templates to add google 
 >analytics and the bookmark 
5link below the navigation)
26
3# Download7# Download
48
n5To get the CommunityDraft up and running is very en9To get the CommunityDraft up and running is very e
>asy actually. After you've got python and django i>asy actually. After you've 
>nstalled simply checkout 'communitytools' and 'com 
>munitydraft' from subversion (see [Downloads]) int 
>o the same directory (or download a release).  
10got python and django installed simply checkout 'c
 >ommunitytools' and 
11'communitydraft' from subversion (see [Downloads])
 > into the same directory 
12(or download a release).
613
7# Configuration14# Configuration
815
n9Now change into the directory communitydraft/commun16Now change into the directory communitydraft/commu
>nity/ and create a file called settings_local.py a>nity/ and create a file called 
>nd configure the database settings: 
17settings_local.py and configure the database setti
 >ngs:
1018
11    DATABASE_ENGINE = 'postgresql'       # 'postgr19    DATABASE_ENGINE = 'postgresql'       # 'postgr
>esql', 'mysql', 'sqlite3' or 'ado_mssql'.>esql', 'mysql', 'sqlite3' or 'ado_mssql'.
12    DATABASE_NAME = 'communitydraft'     # Or path20    DATABASE_NAME = 'communitydraft'     # Or path
> to database file if using sqlite3.> to database file if using sqlite3.
13    DATABASE_USER = 'django'             # Not use21    DATABASE_USER = 'django'             # Not use
>d with sqlite3.>d with sqlite3.
14    DATABASE_PASSWORD = 'test'           # Not use22    DATABASE_PASSWORD = 'test'           # Not use
>d with sqlite3.>d with sqlite3.
20After you completed this configuration (and config28After you completed this configuration (and config
>ured your database accordingly) you can create the>ured your database accordingly) you can create the
> database tables by running:> database tables by running:
2129
22    ./manage.py syncdb30    ./manage.py syncdb
2331
2432
n25from the same directory. In the end you will be asn33from the same directory. In the end you will be as
>ked to create a superuser account  - you should do>ked to create a superuser 
> this. 
34account  - you should do this.
2635
27# Running36# Running
2837
29And as a last step.. start the project:38And as a last step.. start the project:
3039
31    ./manage.py runserver40    ./manage.py runserver
3241
t33By default this will start the server running on pt42By default this will start the server running on p
>ort 8000 so access your new cool website at: http:>ort 8000 so access your new 
>//127.0.0.1:8000 
43cool website at: http://127.0.0.1:8000
3444


Powered by Sphene Community Tools