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:
parent
e99c7d8847
commit
fd6b7456e5
1
AUTHORS
1
AUTHORS
@ -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>
|
||||
|
4
django/conf/app_template/urls.py-tpl
Normal file
4
django/conf/app_template/urls.py-tpl
Normal file
@ -0,0 +1,4 @@
|
||||
from django.urls import path
|
||||
|
||||
# Create your URL patterns here.
|
||||
urlpatterns = []
|
Loading…
Reference in New Issue
Block a user