src/egonomy/urls.py
changeset 15 64284803db94
parent 9 aee87529a698
child 17 38611b2c2782
--- a/src/egonomy/urls.py	Tue Jan 29 11:19:21 2013 +0100
+++ b/src/egonomy/urls.py	Tue Jan 29 12:52:55 2013 +0100
@@ -8,6 +8,8 @@
 urlpatterns = patterns('',
     url(r'^$', 'egonomy.views.home', name='home'),
     url(r'^annotate/$', 'egonomy.views.annotate_picture', name='annotate_picture'),
+    url(r'^viewfragment/$', 'egonomy.views.view_fragment', name='view_fragment'),
+    url(r'^createfragment/$', 'egonomy.views.create_fragment', name='create_fragment'),
 
     # Uncomment the admin/doc line below to enable admin documentation:
     url(r'^admin/doc/', include('django.contrib.admindocs.urls')),