move local auth models into courseware, remove courseware migrations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user