rtyler / Spawning

Spawning is a wsgi server which supports multiple processes, multiple threads, green threads, non-blocking HTTP io, and automatic graceful upgrading of code
http://pypi.python.org/pypi/Spawning
MIT License
120 stars 18 forks source link

Compatibility with Django >= 1.4 #32

Closed Fantomas42 closed 12 years ago

Fantomas42 commented 12 years ago

In Django1.4 AdminMediaHandler requires that the project's settings are already loaded when importing it.

Instead of deferring the loading of this class when needed in dev mode, I have deleted it because this class will be removed in Django 1.5.

https://docs.djangoproject.com/en/dev/internals/deprecation/#id2 https://code.djangoproject.com/ticket/18035

I hope that you could make a new release integrating this patch.

Regards

rtyler commented 12 years ago

Sure why not, I have no way of verifying that this works :P