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

@@ -160,8 +160,6 @@ LOGGING = {
}
}
AUTH_PROFILE_MODULE = 'profiles.MinecraftProfile'
TEMPLATE_CONTEXT_PROCESSORS = (
"django.contrib.auth.context_processors.auth",
"django.core.context_processors.debug",