mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 10:12:21 +01:00
Initial commit.
This commit is contained in:
6
marietje/queues/views.py
Normal file
6
marietje/queues/views.py
Normal file
@ -0,0 +1,6 @@
|
||||
from django.shortcuts import render
|
||||
from django.contrib.auth.decorators import login_required
|
||||
|
||||
@login_required
|
||||
def index(request):
|
||||
return render(request, 'queues/queue.html')
|
||||
Reference in New Issue
Block a user