Opened 19 years ago
Closed 19 years ago
#255 closed defect (invalid)
FileField doesn't work
Reported by: | 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)
Change History (6)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
See this thread for the context: http://groups.google.com/group/django-users/browse_thread/thread/4bbbdf462b8f8f7c/2d898f2259d18fc6#2d898f2259d18fc6
comment:3 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I'm running the server like that:
django-admin.py runserver 8010 --settings='downman.settings.admin'