move local auth models into courseware, remove courseware migrations

This commit is contained in:
David Ormsbee
2012-02-01 16:28:03 -05:00
parent b045108350
commit 2cd105ceef
9 changed files with 49 additions and 278 deletions

View File

@@ -19,8 +19,7 @@ from django.template import Context
from django.template import Context, loader
from mitxmako.shortcuts import render_to_response, render_to_string
from auth.models import UserProfile
from models import StudentModule
from models import StudentModule, UserProfile
import track.views
import courseware.content_parser as content_parser