mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-23 15:56:37 +02:00
First interface to start draws
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
@ -3,11 +3,12 @@
|
||||
|
||||
from django.urls import path
|
||||
|
||||
from .views import DisplayView
|
||||
from .views import DisplayContentView, DisplayView
|
||||
|
||||
|
||||
app_name = "draw"
|
||||
|
||||
urlpatterns = [
|
||||
path('', DisplayView.as_view()),
|
||||
path('content/<int:pk>/', DisplayContentView.as_view()),
|
||||
]
|
||||
|
Reference in New Issue
Block a user