Jean-Zombie / cookiecutter-django-wagtail

Cookiecutter Django + Wagtail
BSD 3-Clause "New" or "Revised" License
71 stars 14 forks source link

Update urls.py #50

Closed deleyva closed 2 years ago

deleyva commented 2 years ago

If you don't put this line, django gives you django.urls.exceptions.NoReverseMatch

Description

Checklist:

Rationale

Jean-Zombie commented 2 years ago

Hey there! Thx for the PR. I totally missed that they added an "about" link upstream in the OG cookiecutter django repo. I actually never intended to replicate that part of the orginal repo (including the allauth stuff) and just serve the default Wagtail homepage. I will merge the PR nevertheless since it is a quick fix. Thanks again!