Integrating Wagtail into a Django project docs need updating
See original GitHub issueFound a bug? Please fill out the sections below. 👍
Issue Summary
A summary of the issue.
I think the docs are out of date:
from wagtail.admin import urls as wagtailadmin_urls
from wagtail.documents import urls as wagtaildocs_urls
from wagtail.core import urls as wagtail_urls
Should be:
from wagtail.admin import urls as wagtailadmin_urls
from wagtail.core import urls as wagtail_urls
from wagtail.documents import urls as wagtaildocs_urls
Steps to Reproduce
- Follow the installation instructions to integrate into an existing Django project.
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
- I have confirmed that this issue can be reproduced as described on a fresh Wagtail project: (yes / no)
Technical details
- Python version: Run
python --version
. Python 3.7.3 - Django version: Look in your requirements.txt, or run
pip show django | grep Version
. Version: 2.2.1 - Wagtail version: Look at the bottom of the Settings menu in the Wagtail admin, or run
pip show wagtail | grep Version:
. Version: 2.5.1 - Browser version: You can use http://www.whatsmybrowser.org/ to find this out.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to add Wagtail into an existing Django project
Load the vanilla Django admin interface to /django-admin/ · Load the Wagtail admin and its various apps · Dispatch any vanilla Django apps...
Read more >Your first Wagtail site
This tutorial covers setting up a brand new Wagtail project. If you'd like to add Wagtail to an existing Django project instead, see...
Read more >Install WAGTAIL CMS to Django Project - YouTube
In this video, I will show you how to install wagtail cms on top of django project. First I will install all Wagtail...
Read more >Deploying a Django application to Elastic Beanstalk
Set up a Python virtual environment and install Django · Create a Django project · Configure your Django application for Elastic Beanstalk ·...
Read more >Release 4.1.1 Torchbox - Wagtail Documentation
instead, see Integrating Wagtail into a Django project. ... The page template now needs to be updated to reflect the changes made to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@loicteixeira I want to work on this issue. Can I take this?
Fixed and merged in https://github.com/wagtail/wagtail/commit/6a6555eb191b32e64de656605f9f5521dff07083