From 65cebce1987b5a289e0eccde9b0a1d526c6385a1 Mon Sep 17 00:00:00 2001 From: expo Date: Sat, 29 Aug 2009 18:08:55 +0100 Subject: get rid of photo --- urls.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 902f8bc..e653649 100644 --- a/urls.py +++ b/urls.py @@ -69,6 +69,10 @@ urlpatterns = patterns('', (r'^admin/doc/?', include('django.contrib.admindocs.urls')), url(r'^admin/(.*)', admin.site.root, name="admin"), + + # don't know why this needs troggle/ in here. nice to get it out + url(r'^troggle/media-admin/(?P.*)$', 'django.views.static.serve', {'document_root': settings.MEDIA_ADMIN_DIR, 'show_indexes':True}), + (r'^accounts/', include('registration.urls')), (r'^profiles/', include('profiles.urls')), -- cgit v1.2.3