Skip to content

Commit

Permalink
Merge pull request #9 from Likelion-at-SMWU-10th/dev/#6
Browse files Browse the repository at this point in the history
urls.py 오류 해결
  • Loading branch information
Jixoo-IT authored Aug 6, 2022
2 parents 9e7baa9 + c698952 commit 6309779
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions yuseo/yuseo/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
# config/urls.py
urlpatterns = [
path('admin/', admin.site.urls),
path('', include('yuseoapp.urls'))
path('accounts/', include('allauth.urls')), # 로깅 추가
path('', include('yuseoapp.urls')),
path('accounts/', include('allauth.urls')),
path('users/', include('users.urls')),

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

0 comments on commit 6309779

Please sign in to comment.