Further tweaks : rename of the main DB, main project name, etc.
[webcomics.git] / urls.py
diff --git a/urls.py b/urls.py
index a6af397a5f2b9a65392d577ddc853fc0453312c4..07576d32f92512339e1432108226c542e25973aa 100644 (file)
--- a/urls.py
+++ b/urls.py
@@ -6,12 +6,12 @@ from django.conf.urls.defaults import patterns, include, url
 
 urlpatterns = patterns('',
     # Examples:
-    # url(r'^$', 'comicsporn.views.home', name='home'),
-    # url(r'^comicsporn/', include('comicsporn.foo.urls')),
+    # url(r'^$', 'django.views.home', name='home'),
+    # url(r'^django/', include('django.foo.urls')),
 
     # Uncomment the admin/doc line below to enable admin documentation:
-    url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
+    url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
 
     # Uncomment the next line to enable the admin:
-    url(r'^admin/', include(admin.site.urls)),
+    url(r'^admin/', include(admin.site.urls)),
 )