Spaces:
Sleeping
Sleeping
Update web/urls.py
Browse files- web/urls.py +1 -1
web/urls.py
CHANGED
@@ -3,7 +3,7 @@ from django.urls import path
|
|
3 |
from . import views
|
4 |
|
5 |
urlpatterns = [
|
6 |
-
path('
|
7 |
path('events/', views.events, name='events'),
|
8 |
path('aboutus/', views.aboutus, name='aboutus'),
|
9 |
path('faqs/', views.faqs, name='faqs'),
|
|
|
3 |
from . import views
|
4 |
|
5 |
urlpatterns = [
|
6 |
+
path('', views.home, name='home'),
|
7 |
path('events/', views.events, name='events'),
|
8 |
path('aboutus/', views.aboutus, name='aboutus'),
|
9 |
path('faqs/', views.faqs, name='faqs'),
|