diff --git a/AUTHORS b/AUTHORS index a633f6e03c..9c1fb48f2b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -227,6 +227,7 @@ answer newbie questions, and generally made Django that much better: Collin Anderson Collin Grady Colton Hicks + Cory Zue Craig Blaszczyk crankycoder@gmail.com Curtis Maloney (FunkyBob) diff --git a/django/conf/app_template/urls.py-tpl b/django/conf/app_template/urls.py-tpl new file mode 100644 index 0000000000..d0313aaf24 --- /dev/null +++ b/django/conf/app_template/urls.py-tpl @@ -0,0 +1,4 @@ +from django.urls import path + +# Create your URL patterns here. +urlpatterns = []