houtmarkt-jeremy/markt/urls.py

6 lines
68 B
Python
Raw Normal View History

2020-05-24 15:00:10 +00:00
from django.urls import path
from . import views
urlpatterns = [
]