Opened 19 years ago

Closed 19 years ago

#255 closed defect (invalid)

FileField doesn't work

Reported by: andreas@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords: FileField exception
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi!

I've got troubles getting FileField to work.

I'm using Django r395, installed to usr/lib/python2.3 on a Debian system.

The admin interfaces doesn't add a File object and does not show any error messages. The same applies to the output of runserver.

Andreas

Attachments (3)

admin.py (587 bytes ) - added by andreas@… 19 years ago.
settings/admin.py
main.py (1.0 KB ) - added by andreas@… 19 years ago.
settings/main.py
downman.py (492 bytes ) - added by andreas@… 19 years ago.
model

Download all attachments as: .zip

Change History (6)

comment:1 by andreas@…, 19 years ago

I'm running the server like that:

django-admin.py runserver 8010 --settings='downman.settings.admin'

by andreas@…, 19 years ago

Attachment: admin.py added

settings/admin.py

by andreas@…, 19 years ago

Attachment: main.py added

settings/main.py

by andreas@…, 19 years ago

Attachment: downman.py added

model

comment:3 by Adrian Holovaty, 19 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top