Revision: 655
Author: batiste.bieler
Date: Mon Aug 24 04:09:52 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/django-page-cms/source/detail?r=655
Modified:
/wiki/InstallDjangoPageCMS.wiki
=======================================
--- /wiki/InstallDjangoPageCMS.wiki Tue Jun 23 00:39:27 2009
+++ /wiki/InstallDjangoPageCMS.wiki Mon Aug 24 04:09:52 2009
@@ -61,7 +61,7 @@
urlpatterns = patterns('',
...
url(r'^pages/', include('pages.urls')),
- (r'^admin/(.*)', admin.site.root),
+ (r'^admin/', include(admin.site.urls)),
)
}}}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---