Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

261
Visualizações
Django CMS unable to add a child to a nested plugin

For some reason I can't seem to add a child plugin:

enter image description here

I want to achieve the following hierarchy:

  • Faq row
    • Faq column
      • Faq

However when I press the plus sign of the column nothing happens and I am not able to drag the Faq plugin within the Faq column. Any idea?

My plugins definitions:

from cms.plugin_base import CMSPluginBase
from cms.plugin_pool import plugin_pool
from django.utils.translation import ugettext_lazy as _
from .models import FaqPluginModel


class FaqRowPlugin(CMSPluginBase):
    name = u'Faq Row'
    module = _("Fundbox")
    render_template = "faq_row.html"
    cache = False
    allow_children = True


class FaqColumnPlugin(CMSPluginBase):
    name = u'Faq Column'
    module = _("Fundbox")
    render_template = "faq_column.html"
    cache = False
    allow_children = True
    require_parent = True


class FaqPlugin(CMSPluginBase):
    name = u'Faq'
    module = _("Fundbox")
    model = FaqPluginModel
    render_template = "faq.html"
    cache = False


plugin_pool.register_plugin(FaqRowPlugin)  # register the plugin
plugin_pool.register_plugin(FaqColumnPlugin)  # register the plugin
plugin_pool.register_plugin(FaqPlugin)  # register the plugin
over 4 years ago · Santiago Trujillo
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda