From 5a0d324b9ecf9ec88a772bf7fc92e5b14c0c60de Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 20 Jan 2011 11:09:37 +0200 Subject: renames --- urls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urls.py') 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')), -- cgit v1.3.1