summaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2011-01-20 11:09:37 +0200
committerYuval Adam <yuv.adm@gmail.com>2011-01-20 11:09:37 +0200
commit5a0d324b9ecf9ec88a772bf7fc92e5b14c0c60de (patch)
tree814deefee8f9025ddffeae13f21172f5ebdc9fec /urls.py
parentf6b389233e2d8ac3b4d29322d86fceb2e2de7a37 (diff)
renames
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/urls.py b/urls.py
index 2caeb67..e953a41 100644
--- a/urls.py
+++ b/urls.py
@@ -6,9 +6,9 @@ from django.conf import settings
# admin.autodiscover()
urlpatterns = patterns('',
- (r'^$', 'generic_django.main.views.index'),
+ (r'^$', 'fooz.main.views.index'),
# Example:
- # (r'^generic_django/', include('generic_django.foo.urls')),
+ # (r'^fooz/', include('fooz.foo.urls')),
# Uncomment the admin/doc line below to enable admin documentation:
# (r'^admin/doc/', include('django.contrib.admindocs.urls')),