aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/urls.py')
-rw-r--r--bn_django/urls.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/bn_django/urls.py b/bn_django/urls.py
new file mode 100644
index 0000000..11c8530
--- /dev/null
+++ b/bn_django/urls.py
@@ -0,0 +1,9 @@
+from django.conf.urls.defaults import *
+
+urlpatterns = patterns('',
+ # Example:
+ # (r'^bn_django/', include('bn_django.foo.urls')),
+
+ # Uncomment this for admin:
+# (r'^admin/', include('django.contrib.admin.urls')),
+)