Well, that doesn't completly solve my problems: ~$ grep FileField downman/apps/downman/models/downman.py meta.FileField('data', upload_to="upload"), ~$ grep MEDIA downman/settings/*.py downman/settings/admin.py:ADMIN_MEDIA_PREFIX = '/media/' downman/settings/main.py:MEDIA_ROOT = '/tmp/' downman/settings/main.py:# URL that handles the media served from MEDIA_ROOT. downman/settings/main.py:MEDIA_URL = '/media/'
Even curiouser is the fact that pressing 'Save' on an empty form doesn't give any errors either. That leaves the question: If something bad happens -> where are the tracebacks? Andreas