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
Post a Comment