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:50:31 2007-04-15 12:51:53
Editor Herbert Poul Herbert Poul
Tags

2007-04-15 12:50:31 by Herbert Poul
2007-04-15 12:51:53 by Herbert Poul
14# Configuration14# Configuration
1515
16Now change into the directory communitydraft/commu16Now change into the directory communitydraft/commu
>nity/ and create a file called >nity/ and create a file called 
17settings_local.py and configure the database setti17settings_local.py and configure the database setti
>ngs:>ngs:
1818
n19    DATABASE_ENGINE = 'postgresql'       # 'postgrn19    DATABASE_ENGINE = 'postgresql'   # 'postgresql
>esql', 'mysql', 'sqlite3' or 'ado_mssql'.>', 'mysql', 'sqlite3' or 
20                                     # 'ado_mssql'
 >.
20    DATABASE_NAME = 'communitydraft'     # Or path21    DATABASE_NAME = 'communitydraft' # Or path to 
> to database file if using sqlite3.>database file if using sqlite3.
21    DATABASE_USER = 'django'             # Not use22    DATABASE_USER = 'django'         # Not used wi
>d with sqlite3.>th sqlite3.
22    DATABASE_PASSWORD = 'test'           # Not use23    DATABASE_PASSWORD = 'test'       # Not used wi
>d with sqlite3.>th sqlite3.
23    DATABASE_HOST = '127.0.0.1'          # Set to 24    DATABASE_HOST = '127.0.0.1'      # Set to empt
>empty string for localhost. Not used with sqlite3.>y string for localhost. Not 
> 
25                                     # used with s
 >qlite3.
24    DATABASE_PORT = ''                   # Set to 26    DATABASE_PORT = ''               # Set to empt
>empty string for default. Not used with sqlite3.>y string for default. Not 
27                                     # used with s
 >qlite3.
2528
26# Setup29# Setup
2730
t28After you completed this configuration (and configt31After you completed this configuration (and config
>ured your database accordingly) you can create the>ured your database accordingly) 
> database tables by running: 
32you can create the database tables by running:
2933
30    ./manage.py syncdb34    ./manage.py syncdb
3135
3236
33from the same directory. In the end you will be as37from the same directory. In the end you will be as
>ked to create a superuser >ked to create a superuser 


Powered by Sphene Community Tools