Some changes that somehow got lost on my file system.
[redakcja.git] / platforma / urls.py
index 3c2b6c8..904ad44 100644 (file)
@@ -24,6 +24,6 @@ urlpatterns = patterns('',
     url(r'^%s(?P<path>.+)$' % settings.STATIC_URL[1:], 'django.views.static.serve',
         {'document_root': settings.STATIC_ROOT, 'show_indexes': True}),
 
-    url(r'^$', 'redirect_to', {'url': '/documents/'}),
+    url(r'^$', 'django.views.generic.simple.redirect_to', {'url': '/documents/'}),
     url(r'^documents/', include('wiki.urls')),
 )