Usefull django packages
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhanbKHhUM0guj0oZaVuep2YbQbb3VTFxG9-xUTo9rf1P4DEFo3dsxz2SJZpwfrYmua4dRS91VoaLQaP4FbI1cWHd_lpF3QBIlk7-Yoji2TM2mUMIfp-GMtGN6IODPdiZhKRGR7v3WAev4B/s320/django.jpg)
There are many reasons why I like developing web applications with Python and Django but the main one is the awesome community and projects around the language and framework. Every time I search for something there’s always a Django or Python project available to make my life easier. Here’s an incomplete list of Python and django related projects that I have used or I’m planning to test. This might help someone starting out to get an idea of how awesome is to work with this technologies. Django Debug Toolbar https://github.com/dcramer/django-debug-toolbar The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel’s content. South http://south.aeracode.org South brings migrations to Django applications. Its main objectives are to provide a simple, stable and database-independent migration layer to prevent all the hassle schema chan...