Trever Fischer 3b81641be6 Fix migrations
2012-03-17 10:42:54 -04:00
2012-03-17 10:42:54 -04:00
2012-03-17 10:42:54 -04:00
2012-03-02 11:45:57 -05:00
2012-03-10 22:01:26 -05: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 10:42:42 -04:00

Caminus

This is the source code for the minecraft community Caminus.

http://camin.us

Installation

./manage.py syncdb --migrate

Answer "no" when prompted to create a superuser. The tables for the local app have not been created yet, and will cause saving a user to fail, as we automatically create profiles and currency accounts when a new User is saved.

./manage.py createsuperuser

Updating

./manage.py syncdb --migrate

That hopefully should be it.

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%