agenda_culturel/src/test_app/urls.py

6 lines
77 B
Python
Raw Normal View History

2023-05-10 13:19:19 +02:00
from django.urls import path # noqa
2023-05-10 09:02:59 +02:00
urlpatterns = [
# ... other urls
]