Skip to content
Snippets Groups Projects
Commit 0cd93478 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Comment in urls

parent 6da4899c
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -20,30 +20,30 @@ from django.conf.urls.static import static
from django.conf import settings
urlpatterns = [
# #############
# # Dashboard #
# #############
# path('', include('dashboard.urls')),
#############
# Dashboard #
#############
path('', include('dashboard.urls')),
# ########
# # Auth #
# ########
# path('accounts/', include('django.contrib.auth.urls')),
########
# Auth #
########
path('accounts/', include('django.contrib.auth.urls')),
# #######
# # AUB #
# #######
# path('aub/', include('aub.urls')),
#######
# AUB #
#######
path('aub/', include('aub.urls')),
# #################
# # UNTIS CONNECT #
# #################
# path('untis/', include('untisconnect.urls')),
#################
# UNTIS CONNECT #
#################
path('untis/', include('untisconnect.urls')),
# #############
# # TIMETABLE #
# #############
# path('timetable/', include('timetable.urls')),
#############
# TIMETABLE #
#############
path('timetable/', include('timetable.urls')),
#########
# Admin #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment