pydanny / cookiecutter-djangopackage

A cookiecutter template for creating reusable Django packages quickly.
436 stars 153 forks source link

fixing the url import on urls.py and adding path #972

Open doziestar opened 3 years ago

doziestar commented 3 years ago

I found the url still displaying url function instead of path function. and the import still coming from the old django.conf.urls. so I decide to fix the new import and adding path function.