mirror of
https://github.com/ae-utbm/sith.git
synced 2026-04-28 09:36:07 +00:00
timetable base
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from django.urls import path
|
||||
|
||||
from timetable.views import GeneratorView
|
||||
|
||||
urlpatterns = [path("generator/", GeneratorView.as_view(), name="generator")]
|
||||
Reference in New Issue
Block a user