question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Integrating Wagtail into a Django project docs need updating

See original GitHub issue

Found 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

  1. 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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mathagiciancommented, Oct 2, 2019

@loicteixeira I want to work on this issue. Can I take this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found