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 ?

Top Django Interview Questions

  This time, i had compiled some Django Interview Questions.  This List might come handy to both Interviewer and Interviewee.  How do you create new project in Django ? How do you create new app in Django ? Explain MVT architecture of Django ? What are Middlewares ? How do you create custom Middleware ? What … Continue reading Top Django Interview Questions

Deploy Django Project Using NGINX and Gunicorn

Meet Django 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 guide, we … Continue reading Deploy Django Project Using NGINX and Gunicorn

How to create Auto Destroying Messages in Django ?

Auto Destroying Message Auto Destroy Message after Reading Auto Destroy functionality comes handy when you want to share critical data with someone like user credentials. AIM Create Mission Impossible like auto deletion message. Maintain high level of encryption. No loop holes so handle DB attack also. Features Creates Encrypted Messages. Unique hashed URL is provided … Continue reading How to create Auto Destroying Messages in Django ?