Ray's playground

 

django Documentation(Getting started)

  While you're editing settings.py, take note of the INSTALLED_APPS setting towards the bottom of the file. That variable holds the names of all Django applications that are activated in this Django instance. Apps can be used in multiple projects, and you can package and distribute them for use by others in their projects.

  TEMPLATE_DIRS is a tuple of filesystem directories to check when loading Django templates. 

 

posted on 2010-11-07 18:26  Ray Z  阅读(207)  评论(0编辑  收藏  举报

导航