mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 07:52:20 +01:00
9 lines
93 B
Python
9 lines
93 B
Python
from django.conf.urls import url
|
|
|
|
from . import views
|
|
|
|
app_name = 'queue'
|
|
|
|
urlpatterns = [
|
|
]
|