Forked django middleware and moved it into the project. We'd like better django integration

This commit is contained in:
Piotr Mitros
2012-01-29 07:46:41 -05:00
parent 8125180edc
commit b86ba908da
18 changed files with 22 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ from django.core.mail import send_mail
from django.http import Http404
from django.http import HttpResponse
from django.shortcuts import redirect
from djangomako.shortcuts import render_to_response, render_to_string
from mitxmako.shortcuts import render_to_response, render_to_string
import courseware.capa.calc
import track.views