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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user