Opened 11 months ago

Closed 11 months ago

Last modified 11 months ago

#34588 closed Bug (fixed)

404 error in default_urlconf.html

Reported by: gtleee Owned by: gtleee
Component: Core (Other) Version: 4.2
Severity: Release blocker Keywords:
Cc: Tom Carrick Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When running python manage.py runserver and accessing the default page at localhost:8000, a 404 error for the /static/admin/css/fonts.css file is displayed.

Change History (4)

comment:1 by Mariusz Felisiak, 11 months ago

Cc: Tom Carrick added
Owner: set to gtleee
Severity: NormalRelease blocker
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 11 months ago

Component: Error reportingCore (Other)
Has patch: set
Triage Stage: AcceptedReady for checkin

comment:3 by Mariusz Felisiak <felisiak.mariusz@…>, 11 months ago

Resolution: fixed
Status: assignedclosed

In 0a324f1b:

Fixed #34588 -- Removed usage of nonexistent stylesheet in the 'Congrats' page.

Regression in d46cc15c51219c3418e0287bf018c5ba1346f825.

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 11 months ago

In 6b76481:

[4.2.x] Fixed #34588 -- Removed usage of nonexistent stylesheet in the 'Congrats' page.

Regression in d46cc15c51219c3418e0287bf018c5ba1346f825.

Backport of 0a324f1b66b9b948041b1c557fc18b3fb40743c4 from main

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