Re: where to put the username password data

2010-01-24 Thread andreas schmid
in your projects settings.py harryos 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

Re: where to put the username password data

2010-01-24 Thread Daniel Roseman
On Jan 24, 5:39 pm, harryos 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

where to put the username password data

2010-01-24 Thread harryos
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