On Jan 18, 1:11 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Jan 17, 2008 2:08 PM, code_berzerker <[EMAIL PROTECTED]> wrote:
>
[...]
> Check the value of settings.__file__ from python manage.py shell after
> importing settings, just to make sure it is using the file you think it is.
> I don't see any code in Django that would filter or clear that setting, so
> my first inclination is to think it is using some other settings file than
> what you are expecting.

I did this:

python manage.py shell

>>> import settings
>>> settings.__file__

and it showed value of my app settings file just as I was expecting.

>
> I can't help with pdb, coming most recently from a Java background to Django
> I already had Eclipse up and running and it was easy enough to add PyDev to
> that for debugging Django stuff, so that is what I tend to use.

I also use PyDev, but I run it on windows and use Remote Site Explorer
to modify files directly on linux virtual machine. This way I cant do
remote debugging. And debuging it on win xp probably wouldnt solve
issue coz paths and permitions on windows and linux differ too much.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to