houtmarkt-jeremy/markt/urls.py
2020-05-24 12:00:10 -03:00

6 lines
68 B
Python

from django.urls import path
from . import views
urlpatterns = [
]