Django admin speed issues
Rather than moderation I decided to go for two posts in a day - huzzah.
Recently I experienced the Django admin interface grind to a halt seemingly inexplicably. After a bit of tailing the access.log I realised the problem was two fold:
- ADMIN_MEDIA within settings.py was not configured to the correct location.
- 404’s being issued when attempting to access ‘media/css/null’
A quick Google it appears the ‘media/css/null’ problem is a hack in django/contrib/admin/media/css/base.css covered within ticket #2086
Hopefully it should save a few people scratching their heads in future.
About this entry
You’re currently reading “ Django admin speed issues ,” an entry on Mike Howarth: Web Developer
- Published:
- 10.23.07 / 10pm
- Category:
- Django
No comments
Jump to comment form | comments rss [?] | trackback uri [?]