mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 10:02:21 +01:00
Initial commit.
This commit is contained in:
8
marietje/queues/urls.py
Normal file
8
marietje/queues/urls.py
Normal file
@ -0,0 +1,8 @@
|
||||
from django.conf.urls import url
|
||||
|
||||
from . import views
|
||||
|
||||
app_name = 'queue'
|
||||
|
||||
urlpatterns = [
|
||||
]
|
||||
Reference in New Issue
Block a user