Skip to content

Commit

Permalink
removing welcome path
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek2x authored Oct 20, 2020
1 parent bddfdda commit bb988e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vitbook/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
urlpatterns = [
path('admin/', admin.site.urls),
path('accounts/', include('registration.backends.default.urls')),
path('social/', include('social.urls')),
path('', views.welcome.as_view()),
path('', include('social.urls')),
# path('', views.welcome.as_view()),
# path('accounts/register', views.register, name='register'),

] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)

0 comments on commit bb988e8

Please sign in to comment.