How to check django is installed and which version is running and how to install django Step 1


Writing your first Django app Step 1


Check django is installed and which version is running

$ python -c "import django; print(django.get_version())"
 
 

How to install Django

$ sudo apt-get install python-pip







$ sudo pip install Django

Comments

Popular posts from this blog

Basic Git Command for first time github user

Python IMAP list response, listing mailboxes, mailbox status, selecting_mailbox, searching messages, search criteria, fetching messages, whole messages, uploading messages, moving and copying messages, deleting messages, delete mailbox,search with uid