Opened 14 years ago
Closed 14 years ago
#14962 closed (duplicate)
Cannot load admin interface static files when doing tutorial
Description ¶
Version is actually 1.3 beta 1
I started to explore Django by going thru the tutorial ( http://docs.djangoproject.com/en/dev/intro/tutorial01/ ).
However when I activated the admin interface (tutorial part 2) and opened the admin interface in browser, it looks pretty ugly. I poked a little and found out that no css file cannot be loaded. Both css files referenced in the 127.0.0.1:8000/admin/ page give 404 error. Urls for css files:
/static/admin/css/base.css
/static/admin/css/dashboard.css