I am using dango-cms ==3.2.3, django = 1.8.10
I have created models.py with many-to-many field. When I add any record in
it then it is not show any warning and save record perfectly but when I
open that record so it not show many-to-many selected value so I thing
many-to-many field is not sa
hi,
Enter code here...
my django_cms == 3.2.3
django == 1.8.10
my cms_plugins.py is
from .models import *
from cms.utils import get_language_from_request
from django.contrib import admin
class FaqPlugin(CMSPluginBase): name = _("Faq Plugin")
render_template = "faq/faq_list.html"
d