"""Location app urlconf.""" from django.urls import path from location import views app_name = 'location' urlpatterns = [ ]