AWS Elastic Beanstalk Django Options

According to this (old) tutorial, the django version on the elastic beanstalk should be 1.4.1.

http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_Python_django.html

The tutorial explains what you should put in your requirements.txt file:

Django==1.4.1

My project is already half written using django 1.6.1, does anyone know if it will work on an elastic beanstalk if I just add requirements. txt

Django==1.6.1

If not, will django 1.5 work?

(For technical reasons, I cannot set up an account in AWS now, so I cannot create a django 1.6 project and verify that it works fine.)

+4
1

Elastic Beanstalk, Django 1.6.5 . requirements.txt, :

Django==1.6.5
MySQL-python==1.2.5
South==0.8.4
boto==2.28.0
Markdown==2.4.1
django-filter==0.7
django-guardian==1.2.0
django-oauth-plus==2.2.4
django-oauth2-provider==0.2.6.1
django-storages==1.1.8
djangorestframework==2.3.14
httplib2==0.9
oauth2==1.5.211
shortuuid==0.4.2
six==1.7.2

- hook /opt/elasticbeanstalk/hooks/appdeploy/enact/01flip.py, apache. . . git aws.push 3 , .

EDIT: , EC2, EC2. , , 2.

, ! Django AWS Elastic Beanstalk. , Django 1.7 Django Rest Framework 3.0. - !

+2

All Articles