To check Django is installed !

To check Django is installed or not !

use the command :

import django

print django.get_version()



output:

(the version been installed eg ;-) 1.25

No comments:

Post a Comment