Skip to content Skip to sidebar Skip to footer

How To Set The Project Root Url When Wagtail Is Integrated As An App In A Django-project

I'm integrating Wagtail in a pre-existing Django project. My project tree is as follows: /adjangoproject/ /anapp /blog/ urls.py /anotherapp urls.py My adjan

Solution 1:

You need to make sure you have a Site record set up in the admin, under Settings -> Sites. There should be one created by default, but if you deleted the initial homepage and created a new one to replace it, this will have been lost, and you'll need to set up a new one.


Post a Comment for "How To Set The Project Root Url When Wagtail Is Integrated As An App In A Django-project"