From 5b31039d4c581048959dc51436f6918f29fbf9ea Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 2 Feb 2007 17:30:12 -0800 Subject: first commit! added django directory... --- bn_django/urls.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bn_django/urls.py (limited to 'bn_django/urls.py') 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')), +) -- cgit v1.2.3