Deploying a Django app on AWS

From Littledamien Wiki
Revision as of 04:54, 6 February 2016 by Video8 (talk | contribs) (Created page with "Category:AWS Category:Django Category:Python Category:Web Development == Prerequisites == === Install Python === Check for python and pip, and their versions...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Prerequisites

Install Python

Check for python and pip, and their versions:

$ python --verison
$ pip --version