File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- from django .conf .urls . defaults import *
1
+ from django .conf .urls import *
2
2
from fileupload .views import PictureCreateView , PictureDeleteView , MultiUploderView
3
3
4
4
Original file line number Diff line number Diff line change 1
1
from django .views .generic import CreateView , DeleteView
2
2
from django .views .generic .base import View
3
3
4
+ import simplejson
4
5
from django .http import HttpResponse , Http404
5
- from django .utils import simplejson
6
6
from django .core .urlresolvers import reverse
7
7
from django .conf import settings
8
8
Original file line number Diff line number Diff line change 1
- from django .conf .urls . defaults import patterns , include , url
1
+ from django .conf .urls import patterns , include , url
2
2
3
3
# Uncomment the next two lines to enable the admin:
4
4
# from django.contrib import admin
You can’t perform that action at this time.
0 commit comments