python代码中使用settings

在具体的Django应用中,通过引入 django.conf.settings 使用配置,例:
from django.conf import settings

settings.configure(DEBUG=True, TEMPLATE_DEBUG=True,
TEMPLATE_DIRS=('/home/web-apps/myapp', '/home/web-apps/base'))

转自:http://django-chinese-docs-14.readthedocs.org/en/latest/topics/settings.html

 
上一篇:谈谈JAVA工程狮面试中经常遇到的面试题目------什么是MVC设计模式


下一篇:Dynamics CRM 2013 初体验(1):系统的安装