Opened 12 years ago

Closed 12 years ago

#18635 closed Bug (invalid)

Getting Error while added admin theam in local app --Directory indexes are not allowed here.

Reported by: chhotubayas@… Owned by: nobody
Component: contrib.admin Version: 1.3-alpha
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Page not found (404)
Request Method: GET
Request URL: http://localhost:8080/static/grappelli/

Directory indexes are not allowed here.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.

Attachments (1)

django.png (80.5 KB ) - added by anonymous 12 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by anonymous, 12 years ago

Version: 1.41.3-alpha

by anonymous, 12 years ago

Attachment: django.png added

comment:2 by Ramiro Morales, 12 years ago

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