인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

beomseok8220467's profile image
beomseok8220467

asked

Python Web Programming - Developing Web Services with Django

Testing views and templates

장고 버전이 달라서 그런것 같은데

Written on

·

184

0

python manage.py shell 에서 test할때 from django.urls import reverse 에서 django.urls 모듈이 없다고해서 찾아보니 from django.core.urlresolvers import reverse 라고치면 사용할 수 있는것 같아요.
django

Answer

This question is waiting for answers
Be the first to answer!
beomseok8220467's profile image
beomseok8220467

asked

Ask a question