mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 22:12:22 +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 = [
|
|
]
|