How to find the django version

Posted In: . By Webdevelopmentlogics


First we need to enter into the python promt.
Then
>> import django
>> django.get_version()

 


It's because the verification missing in the form and need to add {% csrf_token %} inside form tag

 


This error comes because you have not imported the calling object. Please import everyting from class and try
 Ex: from MyClass import *