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
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
Hello all !
I'm working on an upgrade and when I run my server, I get this :
python manage.py runserver 0.0.0.0:8000
lib/picklefield/fields.py:53: RemovedInDjango110Warning: SubfieldBase has
been deprecated. Use Field.from_db_value instead.
class PickledObjectField(models.Field):
lib/pickle