django-cms
django cms apphook error
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,[详细]
2023-02-21 05:49 分类:问答Delete Django QuerySet objects with a duplicate value in a particular field
I have this Django model (from Django CMS): class Placeholder(models.Model): slot = models.CharField(_(\"slot\"), max_length=50, db_index=True)[详细]
2023-02-21 04:49 分类:问答how to use forms in django-cms?
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[详细]
2023-02-19 18:30 分类:问答Any idea why i am getting this error?
I am trying to install django-cms in my ubuntu pc. I am getting this error: Traceback (most recent call last):[详细]
2023-02-19 15:53 分类:问答Django-cms menu template tag issue
HI im totally stuck with this one at the moment and i really hope so开发者_开发百科meone can help me out with this problem.[详细]
2023-02-19 07:32 分类:问答PlaceholderAdmin throws <lambda>() takes exactly 1 argument (2 given)
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:[详细]
2023-02-17 17:15 分类:问答Invalid admin login and logout urls when django-cms app is not mounted on root
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\"[详细]
2023-02-17 02:11 分类:问答Plugin Context Processors in django-cms
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[详细]
2023-02-15 05:12 分类:问答Integrating existing django application with django-cms
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[详细]
2023-02-14 23:15 分类:问答Google maps, video and picture plugin not working in Django-CMS
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[详细]
2023-02-12 14:26 分类:问答