mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-23 13:16:36 +02:00
Init new draw application
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
13
draw/urls.py
Normal file
13
draw/urls.py
Normal file
@ -0,0 +1,13 @@
|
||||
# Copyright (C) 2023 by Animath
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from django.urls import path
|
||||
|
||||
from .views import DisplayView
|
||||
|
||||
|
||||
app_name = "draw"
|
||||
|
||||
urlpatterns = [
|
||||
path('', DisplayView.as_view()),
|
||||
]
|
Reference in New Issue
Block a user