Skip to content

Commit

Permalink
membersystem
Browse files Browse the repository at this point in the history
  • Loading branch information
OkayJosh committed Nov 29, 2019
1 parent eba0cef commit 7416628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion membersystem/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""
from django.conf.urls import url
from views import HomeView
from membersystem.views import HomeView

urlpatterns = [
url("", HomeView.as_view()),
Expand Down

0 comments on commit 7416628

Please sign in to comment.