Lots of changes to fix lots of bugs and add comments to blog
[sommitrealweird.git] / sommitrealweird / urls.py
index 23c848ccf6e54de525e676afc63479b51092d6bb..dc24d72990bf072f98dc7d31eb03e68093c5b023 100644 (file)
@@ -25,6 +25,7 @@ urlpatterns = patterns('',
     (r'^admin/(.*)$', admin.site.root),
     (r'^blog/', include('blog.urls')),
     (r'^photo/', include('photo.urls')),
+    (r'^photos/', include('photo.urls')),
     (r'^feeds/rss/(?P<url>.*)/', 'django.contrib.syndication.views.feed', {'feed_dict': rssfeeds_dict}),
     (r'^feeds/(?P<url>.*)/', 'django.contrib.syndication.views.feed', {'feed_dict': feeds_dict}),
     (r'^(?:content/|)', include('bpcms.urls'))