Django-CMS plugin not appearing -


i'm deploying django website. custom plugins have work on computer (i can add them template block drop down.) when push code out site, not plugins available.

the database tables created, , if import plugin_pool , call discover_plugins() , get_all_plugins() plugins show up. question is, why aren't plugins showing? ideas?

is app plugin (cms_plugins.py file) in installed_apps?

does have models.py (which empty) file?

can import cms_plugins.py file when using python manage.py shell?

the common problem import errors in cms_plugins.py file


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -