2012-04-11 15:16:22 -04:00
2012-04-11 15:08:31 -04:00
2012-04-11 15:13:57 -04:00
2012-04-03 23:10:21 -04:00
2012-04-02 20:34:09 -04:00
2012-03-02 11:45:57 -05:00
2012-04-11 15:16:22 -04:00
2012-02-17 15:36:35 -05:00
2012-02-25 12:00:36 -05:00
2012-02-25 12:26:18 -05:00
2012-02-17 15:36:35 -05:00
2012-03-17 11:48:25 -04:00
2012-04-11 15:13:57 -04:00
2012-04-11 15:13:57 -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

  • shortuuid
  • pyspy
  • PIL
  • django-mptt
  • django-messaging
  • django-notifications
  • Django
  • south
Description
No description provided
Readme 858 KiB
Languages
Python 78.7%
HTML 9.8%
CSS 9.1%
JavaScript 2.3%