dcramer / django-devserver

A drop-in replacement for Django's runserver.
BSD 3-Clause "New" or "Revised" License
1.27k stars 158 forks source link

AdminMediaHandler is removed in Django 1.5 #64

Closed gcheshkov closed 11 years ago

gcheshkov commented 12 years ago

Import AdminMediaHandler only when it is available.

andreif commented 11 years ago

@dcramer could you pull this commit?

gtaylor commented 11 years ago

This will be a pretty important thing to get bundled in a release, now that Django 1.5 has landed. The current version in PyPi fails with an exception without this commit.