On Jan 24, 5:39 pm, harryos <oswald.ha...@gmail.com> wrote:
> hi
> I was going thru bennet's practical django book..In the weblog app it
> mentions that the DELICIOUS_USER  ,DELICIOUS_PASSWORD values should be
> set in settings file.The book mentions an import like
> from django.conf import settings
> When I looked thru the directory in django/conf I could not find a
> settings.py file.There is a global_settings.py file.In which file
> should I put these values?
>
> thanks
> harry

You put them in your project's settings.py (which, through some magic,
is imported via django.conf). You should not be editing any of the
code inside Django itself, unless you know what you're doing.
--
DR.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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