On Aug 3, 2005, at 12:59 PM, yacc wrote:
admin.py is importing main :)
Just checking; I've made that mistake more times than I can count.
Well, it's running as my user (non-root) with runserver, and
/tmp/upload is a directory
that I've created before (and no, it didn't work before I've
created it
either).
What makes me wonder is, that nothing (neither the runserver output,
nor the created webpage) indicate an error. Which suggests either a
try: except: block that kills any exceptions, and/or an unexpected
path
in the source :(
Hmm, so this is sounding tricky... do you mind filing a ticket in
http://code.djangoproject.com/? Please include what OS you're using,
what server setup (mod_python? WSGI?) you're using, and the contents
of your settings and model files.
Jacob