1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Added urls.py to the default app_template.

https://forum.djangoproject.com/t/updating-the-default-startapp-template/24193/5

Also added Cory Zue to AUTHORS
This commit is contained in:
Cory Zue 2023-09-29 16:02:47 +02:00
parent e99c7d8847
commit fd6b7456e5
2 changed files with 5 additions and 0 deletions

View File

@ -227,6 +227,7 @@ answer newbie questions, and generally made Django that much better:
Collin Anderson <cmawebsite@gmail.com>
Collin Grady <collin@collingrady.com>
Colton Hicks <coltonbhicks@gmail.com>
Cory Zue <cory@coryzue.com>
Craig Blaszczyk <masterjakul@gmail.com>
crankycoder@gmail.com
Curtis Maloney (FunkyBob) <curtis@tinbrain.net>

View File

@ -0,0 +1,4 @@
from django.urls import path
# Create your URL patterns here.
urlpatterns = []