Can you set it in the settings.py file for your project? You can then import 
the Django settings in your views with:

from django.conf import settings

and call the variable with settings.my_var_name when needed.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to