Deploying a Django app on AWS

From Littledamien Wiki
Revision as of 17:22, 7 February 2016 by Video8 (talk | contribs) (→‎See also)
Jump to navigation Jump to search

Prerequisites

See Django App Prerequisites for AWS Elastic Beanstalk

Deploying a Django app

Installing and updating project files

ssh to the AWS server.

Invoke the virtual Python 3.x environment.

Use Git to pull from the project repository.

Installing Django app dependencies

See Defining Django App Dependencies

Notes

See also

References