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
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/
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