amitu / importd

django based mini framework inspired from sinatra. fully compatible with django.
http://amitu.com/importd/
BSD 3-Clause "New" or "Revised" License
510 stars 30 forks source link

Don't depend on gunicorn since it's not required #48

Closed mattrobenolt closed 10 years ago

mattrobenolt commented 10 years ago

How your project runs in production should not be dictated by the framework. If I want to deploy on uwsgi, I don't need to have gunicorn installed, for example.

So this dependency is just not needed.

NorthIsUp commented 10 years ago

+1

amitu commented 10 years ago

Agreed. :-)