aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/urls.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-02 17:30:12 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-02 17:30:12 -0800
commit5b31039d4c581048959dc51436f6918f29fbf9ea (patch)
tree636d0370e7b00f5aa29a7c78fc23749d394e60bf /bn_django/urls.py
downloadbnewnet-5b31039d4c581048959dc51436f6918f29fbf9ea.tar.gz
bnewnet-5b31039d4c581048959dc51436f6918f29fbf9ea.zip
first commit! added django directory...
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')),
+)