I am learning django-cms. I tried to make custom plugin which was quite successful but when I tried to hook my custom made plugin to apphook, its giving me an error, saying,
I have this Django model (from Django CMS): class Placeholder(models.Model): slot = models.CharField(_(\"slot\"), max_length=50, db_index=True)
I am an absolute novice to django-cms. I have gone through the tutorial and configured it exactly the same as mentioned in the documentation. Now, I have to build an application which uses a form to u
I am trying to install django-cms in my ubuntu pc. I am getting this error: Traceback (most recent call last):
HI im totally stuck with this one at the moment and i really hope so开发者_开发百科meone can help me out with this problem.
I\'ve wrote a plugin for django-cms which has it\'s own model with one PlaceholderField. When I add a PlaceholderAdmin for model admin I\'m getting this on admin site:
I\'m using ModWsgi for deploying my app. I have a WSGIScriptAlias which points to my cms project. WSGIScriptAlias /cmsapp \"/home/hari/dev/cmsproj/apache/django.wsgi\"
I\'m trying to get django cms\' plugin context processors for my hooked app. I followed the documentation http://docs.django-cms.org/en/2.1.3/extending_cms/custom_plugins.html#plugin-context-processor
I have an existing django application, with which I need to integrate django-cms. Django-cms will be mainly used to create help documents for the application. I\'ve setup django-cms to use my existing
I\'m new to programing all together and definitely new to Django-CMS and Python, so excuse me if this is a simple answer.All other plugins in my Django-CMS installation are working fine, but the Googl