Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boxed/curia
Misc django code
https://github.com/boxed/curia
Last synced: about 1 month ago
JSON representation
Misc django code
- Host: GitHub
- URL: https://github.com/boxed/curia
- Owner: boxed
- License: other
- Created: 2013-06-02T17:23:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T16:56:54.000Z (about 10 years ago)
- Last Synced: 2024-10-09T00:43:38.529Z (3 months ago)
- Language: Python
- Size: 13.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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 = ''