Re: Question about Django 1.9.13 and django-cms 3.4.4

2017-07-12 Thread Yanic Olivier
Hello, one of the app was commented in INSTALLED_APP and one page was associated with an apphook of this app. Thank you for taking the time to answer ! :D -- Message URL: https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id Unsubscribe: send a message to django-cms-de

Re: Question about Django 1.9.13 and django-cms 3.4.4

2017-07-12 Thread czpython
Hello Yanic, I believe the issue might actually be in the way the cms tries to display the apphook name when is not found. Can you run the following in django shell (and paste the output): from cms.models import Page print(Page.objects.distinct().values_list('application_urls', flat=True)) O