diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2011-01-20 11:09:37 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2011-01-20 11:09:37 +0200 |
| commit | 5a0d324b9ecf9ec88a772bf7fc92e5b14c0c60de (patch) | |
| tree | 814deefee8f9025ddffeae13f21172f5ebdc9fec /urls.py | |
| parent | f6b389233e2d8ac3b4d29322d86fceb2e2de7a37 (diff) | |
renames
Diffstat (limited to 'urls.py')
| -rw-r--r-- | urls.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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')), |
