601d0d2259004d0c46bf7ecca8fb2e65a7793cf2
This reverts commit 1d32ea66c4
.
Caminus
This is the source code for the minecraft community Caminus.
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
- PIL
- django-mptt
- django-messaging
- django-notifications
- Django
- south
Description
Languages
Python
78.7%
HTML
9.8%
CSS
9.1%
JavaScript
2.3%