DjangoGirls / tutorial-extensions

Additional tasks for tutorial
https://tutorial-extensions.djangogirls.org
Other
162 stars 202 forks source link

Replace url statement with path statement #110

Closed depate closed 5 years ago

depate commented 5 years ago

Hey all!

This PR fixes a raised NameError after one continues the tutorial using django 2, but collides with django 1 syntax used in tutorial-extensions. So it fixes issue #108.

Tutorial-extensions needs to be updated anyway to be conform with the django-tutorial.

Regards

Patrik

depate commented 5 years ago

I'll look through the other extensions as I go through the tutorial. :)