| 'communitydraft' from subversion (see [Downloads]) | | 'communitydraft' from subversion (see [Downloads]) |
| into the same directory | | into the same directory |
| (or download a release). | | (or download a release). |
| | | |
| # Configuration | | # Configuration |
| | | |
t | Now change into the directory communitydraft/commu | t | Now change into the directory communitydraft/commu |
| nity/ and create a file called
| | nity/ and copy the file settings_local.py.tmpl to |
| | | settings_local.py and configure the database setti |
| | | ngs:
|
| settings_local.py and configure the database setti | | |
| ngs:
| | |
| | | |
| DATABASE_ENGINE = 'postgresql' # 'postgresql | | DATABASE_ENGINE = 'postgresql' # 'postgresql |
| ', 'mysql', 'sqlite3' or | | ', 'mysql', 'sqlite3' or |
| # 'ado_mssql' | | # 'ado_mssql' |
| . | | . |
| DATABASE_NAME = 'communitydraft' # Or path to | | DATABASE_NAME = 'communitydraft' # Or path to |
| database file if using sqlite3. | | database file if using sqlite3. |
| DATABASE_USER = 'django' # Not used wi | | DATABASE_USER = 'django' # Not used wi |
| th sqlite3. | | th sqlite3. |