urls.py오류
사용이유urlpatterns = router.urls
않이 편해짐 자동으로 처리해줌urls.py 안됐던이유
TypeError: 'module' object is not iterable ImproperlyConfigured: The included URLconf 'note.urls' … does not appear to have any patterns
원인
note/urls.py에 urlpatterns 변수가 없거나, 리스트 형식이 아...
mytoday.hashnode.dev1 min read