Commit 577e74ee authored by Norberto's avatar Norberto

added project folder

parent e714446c
......@@ -18,5 +18,6 @@ from django.urls import include, path
urlpatterns = [
path('admin/', admin.site.urls),
path('homepage/', include('homepage.urls', namespace="homepage"))
#path('', include('homepage.urls', namespace="homepage")),
path('forum/',include('forum.urls',namespace="forum"))
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment