|
3thPartyApps
a way to integrate 3th party apps into the CMS admin interface
Django page CMS provide a solid way to integrate external application forms for managing page related object (create/delete/update) into the page's administraion interface: http://packages.python.org/django-page-cms/3rd-party-apps.html |
Sign in to add a comment
This doesn't seem to work for me. Specifically I get 'Caught an exception while rendering: No module named urlconf_registry' if I try to use the admin after adding a call to register_urlconf. It seems that there is no pages.urlconf_registry module? This is with the 1.0.9 code.