Move MinecraftProfile from the profiles app into the minecraft app, and stop using the auth profiles feature.

Might go back to auth profiles if a suitable use can be found.
This commit is contained in:
Trever Fischer
2012-03-04 23:18:00 -05:00
parent 060c964e95
commit e0957c2dab
13 changed files with 123 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
from django.db import models
from profiles.models import MinecraftProfile
from minecraft.models import MinecraftProfile
from django.db.models.signals import post_save
class CurrencyAccount(models.Model):