From a22f1bea8167e77a7866353db473dfdb4a4161f3 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 23 Aug 2009 00:21:48 +0300 Subject: first whack at fixing bulk photo uploads --- bn_django/photos/urls.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bn_django/photos/urls.py') diff --git a/bn_django/photos/urls.py b/bn_django/photos/urls.py index f50a97b..e9839b1 100644 --- a/bn_django/photos/urls.py +++ b/bn_django/photos/urls.py @@ -17,7 +17,7 @@ urlpatterns = patterns('django.views.generic.list_detail', (r'^detail/(?P\d+)/$', 'object_detail', dict(info_dict, queryset=Photo.objects.all())), ) -#urlpatterns += patterns('bn_django.photos.views', - #(r'^import/(\d+)/$', 'import_photos'), +urlpatterns += patterns('bn_django.photos.views', + (r'^import/(\d+)/$', 'import_photos'), #(r'^export/(\d+)/$', 'export'), -#) +) -- cgit v1.2.3