9 lines
236 B
Python
9 lines
236 B
Python
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 = []
|