mirror of
https://github.com/ae-utbm/sith.git
synced 2026-09-04 19:44:34 +00:00
7 lines
157 B
Python
7 lines
157 B
Python
# Create your views here.
|
|
from django.views.generic import TemplateView
|
|
|
|
|
|
class GeneratorView(TemplateView):
|
|
template_name = "timetable/generator.jinja"
|