Closed GoogleCodeExporter closed 9 years ago
Just realized this is shown in the wiki under InstallDjangoPageCMS, maybe all
it needs
is just a line expressing just how important keeping the admin URLs the same is
;)
Thanks!
Original comment by ronaldwh...@gmail.com
on 11 Jul 2009 at 3:37
Original comment by batiste....@gmail.com
on 14 Jul 2009 at 7:19
Just FYI the configuration of "(r'^admin/(.*)', admin.site.root)" was just
officially
deprecated in Django 1.1:
http://docs.djangoproject.com/en/dev/releases/1.1/#features-
deprecated-in-1-1
If you use the correct configuration "(r'^admin/', include(admin.site.urls)),"
it
breaks the Admin list view for django-page-cms.
Original comment by ronaldwh...@gmail.com
on 30 Jul 2009 at 10:59
Original issue reported on code.google.com by
ronaldwh...@gmail.com
on 11 Jul 2009 at 3:31