Moved to using South, and used a better repo for JSONField

This commit is contained in:
2010-07-01 18:31:42 +01:00
parent 74568b477e
commit 4a3b801185
15 changed files with 752 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ from django.db.models import signals
from django.contrib.auth.models import User, UserManager, Group
from django.utils import simplejson as json
from nosj.fields import JSONField
from jsonfield.fields import JSONField
from eve_api.models import EVEAccount, EVEPlayerCorporation, EVEPlayerAlliance
from reddit.models import RedditAccount