uranusjr / django-tutorial-for-programmers

Chapter text and example code for the Django tutorial first appeared during ITHome Ironman 7
289 stars 93 forks source link

Add missing import #34

Closed yen3 closed 7 years ago

yen3 commented 7 years ago

If I follow the instruction to add the url rule (url(r'^store/', include('stores.urls')),) and run test, the test would tell it does not know how include it is. Just import include function to resolve the problem.

yen3 commented 7 years ago

好的,感謝你的回應

uranusjr commented 7 years ago

如果方便可以幫忙在這個 PR 改一下,我就可以直接 merge

yen3 commented 7 years ago

你好,我試著修改,如果有問題再跟我說,謝謝。