Compare commits
No commits in common. "eb7765256988131c0acd5969b23586b0482f7eac" and "92b6bcfae56501481ece4d54817d74d6ad183fd0" have entirely different histories.
eb77652569
...
92b6bcfae5
Binary file not shown.
Binary file not shown.
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user