mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #28800 -- Added a listurls management command
This commit is contained in:
14
tests/admin_scripts/app_with_urls/views.py
Normal file
14
tests/admin_scripts/app_with_urls/views.py
Normal file
@@ -0,0 +1,14 @@
|
||||
def view_func_namespaced_unnamed(request):
|
||||
pass
|
||||
|
||||
|
||||
def view_func_namespaced_named(request):
|
||||
pass
|
||||
|
||||
|
||||
def view_func_nons_unnamed(request):
|
||||
pass
|
||||
|
||||
|
||||
def view_func_nons_named(request):
|
||||
pass
|
||||
Reference in New Issue
Block a user