Zend Anwar

Full stack web developer

Month: December 2019

How to check Django installed version?

Type the following command in Python shell >>> import django >>> django.get_version()

Read More