aboutsummaryrefslogtreecommitdiff
path: root/android_build/urls.py
diff options
context:
space:
mode:
authorMichael Hudson <michael.hudson@linaro.org>2011-02-14 17:13:06 +1300
committerMichael Hudson <michael.hudson@linaro.org>2011-02-14 17:13:06 +1300
commit8a0c9687279cf3585bae45344fec2223dac5b1b8 (patch)
treeaa71e72a206c867e9f15ffc89c8daa034682615d /android_build/urls.py
parentb68bbf0d4dfa736784d2c5d7dca9377f2b8154ec (diff)
some fluff that heads in roughly the right direction
Diffstat (limited to 'android_build/urls.py')
-rw-r--r--android_build/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/android_build/urls.py b/android_build/urls.py
index 7bb4cf5..d70ea6d 100644
--- a/android_build/urls.py
+++ b/android_build/urls.py
@@ -9,6 +9,7 @@ urlpatterns = patterns('',
# (r'^android_build/', include('android_build.foo.urls')),
(r'^$', 'android_build.frontend.views.index'),
+ (r'^api/', include('android_build.frontend.views')),
# Uncomment the admin/doc line below to enable admin documentation:
# (r'^admin/doc/', include('django.contrib.admindocs.urls')),