Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boxed/curia

Misc django code
https://github.com/boxed/curia

Last synced: about 1 month ago
JSON representation

Misc django code

Awesome Lists containing this project

README

        

To set up curia create a file called "local_settings.py" containing the following:

ROOT_DIR = '/the/path/to/where/curia/is/not/including/curia'

DATABASE_ENGINE = 'postgresql' # valid alternatives are postgresql, mysql and sqlite3
DATABASE_NAME = 'curia'
DATABASE_USER = 'postgres'
DATABASE_PASSWORD = ''