from django.urls import path app_name = "location_field" # Static files for location_field should be placed in location_field/static/location_field/ # and will be served automatically by Django's staticfiles system. urlpatterns = []