2012-06-10 02:32:33 -04:00
2012-06-10 02:31:16 -04:00
2012-06-10 02:30:52 -04:00
2012-06-09 16:49:36 -04:00
2012-02-17 15:36:35 -05:00
2012-06-09 22:24:18 -04:00
2012-04-12 16:39:02 -04:00
2012-02-25 12:26:18 -05:00
2012-04-16 17:46:48 -04:00
2012-02-17 15:36:35 -05:00
2012-06-08 16:47:56 -04:00
2012-06-07 15:47:03 -04:00

Caminus

This is the source code for the minecraft community Caminus.

http://camin.us

Installation

Caminus is designed to keep sensitive database credentials and whatnot out of settings.py. To accomplish this, you'll need to create a local_settings.py in the same directory as settings.py. Override anything you see fit.

For example:

TEMPLATE_DIRS = (
    "/usr/share/caminus/templates/"
)

STATCFILES_DIRS = (
    "/usr/share/caminus/static/"
)

Next, install the database:

./manage.py syncdb --migrate --noinput

Finally, create a superuser account:

./manage.py createsuperuser

Updating

./manage.py syncdb --migrate

Dependencies

Check out the pip-requirements file. You can install them with:

# pip install -r pip-requirements
Description
No description provided
Readme 858 KiB
Languages
Python 78.7%
HTML 9.8%
CSS 9.1%
JavaScript 2.3%