Which Version of Django Support what Version of Python ?

This small blog post is only published to make Django developers aware about Django-Python Versioning. Django VersionSupported Python Versions2.1, 2.23.5, 3.6, 3.72.03.4, 3.5, 3.6, 3.71.112.7, 3.4, 3.5, 3.6, 3.7 It is always recommended to use latest version of Django and it's supported Python versions. ** Django 1.11 will be the last version of Django to … Continue reading Which Version of Django Support what Version of Python ?

Advertisement
Featured

Five Simple Steps to Install Django in Ubuntu

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. In this blog post, i have … Continue reading Five Simple Steps to Install Django in Ubuntu

Why Django ?

I had been asked many time by my friends and colleagues that why i prefer Django over other frameworks. According to me, The framework which is used for project development should be judged on multiple parameters. On what programming language it is based ? Is there proper documentation available ? Is there good community support ? … Continue reading Why Django ?