Commit 51b5167e authored by RJC's avatar RJC

added homepage url

parent e7e8cf5e
from django.urls import path
from .views import HomePageView
urlpatterns = [
path('homepage/', HomePageView.as_view())
]
\ No newline at end of file
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