Hello

i am having some "problems" and question with pydev (+extentions) and
django.

Since some hours (hmmm)  eclipse points out an error, saying
User.DoesNotExist is not defined, although i have included
django.contrib.auth.modes.User

I can run the code (in debugger) and django does not throw any
exception when running the code, so i asume its an problem with pydev.

I am prety sure i did not have this behaviour yesterday.

Even if its not that bad, because the code runs, i'd like to fix this.

Is there some posibility to "refresh" the lib-list that pydev uses for
lookup?
I allready tryed to recreate the project and also removed python.exe
from the global python-path and reput it in, but without success.

Also i'd like to ask if there is some way to validate a complete
project. I mean i can start one site and errors are only cought on-the-
fly. Something like a precompiler or codevalidator. i meanif i change
code i will test it thats true, but there is code that only gets
reached under difficult circumstance (e.g. except's, crashes). I'd be
happy to be sure that code would at least be syntactically good :)

_thanks and sorry for such newby questions (but just started python/
django)



--~--~---------~--~----~------------~-------~--~----~
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