Re: Settings in Pythoncode

2013-01-09 Thread Stefano Probst
The answer: I compare my variable with the other setting-variables. All other variables are uppercases (-> constant). When I write my variable big, it works. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web vis

Re: Settings in Pythoncode

2013-01-09 Thread Daniel Roseman
On Wednesday, 9 January 2013 10:13:27 UTC, Stefano Probst wrote: > Hi! > I want to access variables in my code like in the > docs. > > I have a code like the following in settings.py: > >> codec_baseString = "

Settings in Pythoncode

2013-01-09 Thread Stefano Probst
Hi! I want to access variables in my code like in the docs. I have a code like the following in settings.py: > codec_baseString = "...XYZ:::" > In a other file (common.py): > from django.conf import settings