Re: Why settings.py option name should be capital letters

2006-03-10 Thread limodou
cked the code, found that the option name should be capital > > letters, so I have this question: > > > > Why settings.py option name should be capital letters > > > > Can anyone explain it for me? > > Hi limodou, > > The "Creating you

Re: Why settings.py option name should be capital letters

2006-03-10 Thread Adrian Holovaty
have this question: > > Why settings.py option name should be capital letters > > Can anyone explain it for me? Hi limodou, The "Creating your own settings" documentation states "Setting names are in all uppercase." http://www.djangoproject.com/documentation/settings/

Why settings.py option name should be capital letters

2006-03-10 Thread limodou
I want to put some variables in settings.py, and I used lowercase variable name, and I could not access the attribute from settings. And I checked the code, found that the option name should be capital letters, so I have this question: Why settings.py option name should be capital letters Can