Opened 6 years ago
Closed 6 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.
Change History (1)
comment:1 by , 6 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
| Summary: | Admin interface fails to load with file not found on FilePathField model → Admin interface fails to load with file not found on FilePathField model. |
Note:
See TracTickets
for help on using tickets.
FilePathFieldworks fine with the Django admin site. It's probably some issue in your code.Closing per TicketClosingReasons/UseSupportChannels.