mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-15 18:42:35 +02:00
Fixes for Django 1.7. For prior Django versions, South 1.0 must be used for
migirations. Fixes #254.
This commit is contained in:
@ -21,7 +21,7 @@ except ImportError:
|
||||
from django.http import HttpResponse
|
||||
from django.shortcuts import render_to_response
|
||||
from django.template import loader, Context
|
||||
from django.utils import simplejson
|
||||
import simplejson
|
||||
from django.views.decorators.csrf import csrf_exempt
|
||||
|
||||
try:
|
||||
|
Reference in New Issue
Block a user