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

#06 就應該要修改 INSTALLED_APPS 變數了 #6

Closed kuanyui closed 9 years ago

kuanyui commented 9 years ago

#06 時就應該已經要修改 INSTALLED_APPS 變數了(加上stores),否則最後跑起來Django會跟你靠腰說找不到templates。

uranusjr commented 9 years ago

放在第六章怎麼想都不太順,所以我移到更前面,在建立 app 時(第五章)就要求先修改。這樣應該比較合理。

或許應該解釋一下為什麼要修改(這樣 Django 才找得到不是純 Python 模組的東西,例如 models、templates 與 template tags),要再想一下。