Opened 4 years ago

Closed 4 years ago

#31244 closed Bug (invalid)

Admin interface fails to load with file not found on FilePathField model.

Reported by: Andrej Prsa Owned by: nobody
Component: contrib.admin Version: 3.0
Severity: Normal Keywords: FilePathField
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I'm a total newbie with django so it might well be I'm doing something wrong, but it seems to me that there might be a bug in django's admin view. It worked perfectly until I added a FilePathField to my model. Since then I can no longer get admin pages to render and get the File not found exception. I copy the traceback below.

http://dpaste.com/1JAR2PH

Change History (1)

comment:1 by Mariusz Felisiak, 4 years ago

Resolution: invalid
Status: newclosed
Summary: Admin interface fails to load with file not found on FilePathField modelAdmin interface fails to load with file not found on FilePathField model.

FilePathField works fine with the Django admin site. It's probably some issue in your code.

Closing per TicketClosingReasons/UseSupportChannels.

Note: See TracTickets for help on using tickets.
Back to Top