6 lines
89 B
Python
6 lines
89 B
Python
"""Mobile URL patterns for application report."""
|
|
|
|
app_name = 'report'
|
|
|
|
urlpatterns = []
|