aboutsummaryrefslogtreecommitdiffstats
path: root/piccast/urls.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2011-04-22 02:02:09 -0400
committerbnewbold <bnewbold@robocracy.org>2011-04-22 02:02:09 -0400
commit6413abbd68e6a441fe0df4fe93e9e78e375636dc (patch)
tree4baa22d55982aa170698690da809e7ef9480e2a8 /piccast/urls.py
parent08d8e7ebf5845ea8e7dd2e0eaaf61b3f9a8ea1ce (diff)
downloadpiccast-6413abbd68e6a441fe0df4fe93e9e78e375636dc.tar.gz
piccast-6413abbd68e6a441fe0df4fe93e9e78e375636dc.zip
crude feed scraper
Diffstat (limited to 'piccast/urls.py')
-rw-r--r--piccast/urls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/piccast/urls.py b/piccast/urls.py
index 0979de6..daa67da 100644
--- a/piccast/urls.py
+++ b/piccast/urls.py
@@ -8,8 +8,8 @@ admin.autodiscover()
databrowse.site.register(PicFeed)
databrowse.site.register(PicSet)
-#databrowse.site.register(Pic)
-#databrowse.site.register(Category)
+databrowse.site.register(Pic)
+databrowse.site.register(Category)
urlpatterns = patterns('',
(r'^admin/doc/', include('django.contrib.admindocs.urls')),