summaryrefslogtreecommitdiff
path: root/testapp/myauthentication/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/myauthentication/urls.py')
-rw-r--r--testapp/myauthentication/urls.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/testapp/myauthentication/urls.py b/testapp/myauthentication/urls.py
new file mode 100644
index 0000000..3ac130d
--- /dev/null
+++ b/testapp/myauthentication/urls.py
@@ -0,0 +1,4 @@
+from django.conf.urls.defaults import patterns, url
+
+urlpatterns = patterns('',
+)