mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-29 18:31:10 +02:00
Init new draw application
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
8
draw/views.py
Normal file
8
draw/views.py
Normal file
@ -0,0 +1,8 @@
|
||||
# Copyright (C) 2023 by Animath
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from django.views.generic import TemplateView
|
||||
|
||||
|
||||
class DisplayView(TemplateView):
|
||||
template_name = 'draw/index.html'
|
Reference in New Issue
Block a user