Compare commits

..

No commits in common. "eb7765256988131c0acd5969b23586b0482f7eac" and "92b6bcfae56501481ece4d54817d74d6ad183fd0" have entirely different histories.

3 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -8,14 +8,12 @@ from aircox.urls import urls
import aircox_streamer.urls
from radiocampus.views import HomeTimeTableView, TimeTableView
from aircox.views.dashboard import DashboardView
urlpatterns = [
path("streamer/", include((aircox_streamer.urls.urls, "aircox_streamer"), namespace="streamer")),
path("admin/", admin.site.urls),
path("accounts/", include("django.contrib.auth.urls")),
path("filer/", include("filer.urls")),
path("gestion/", DashboardView.as_view(), name="dashboard"),
]
for url in urls: