mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-23 15:54:12 +03:00
Helpful warning for Beanstalk/python 3.6 (#1432)
This commit is contained in:
parent
3aba5b82db
commit
184b3584a0
|
@ -21,6 +21,9 @@ Instructions
|
|||
If you haven't done so, create a directory of environments::
|
||||
|
||||
eb init -p python3.4 MY_PROJECT_SLUG
|
||||
# Warning: If you use python3.6, you will run into problems later due to some incompatibility with
|
||||
# mod_wgsi 3.5 (packaged in 64bit Amazon Linux 2017.09 v2.6.1 running Python 3.6). See:
|
||||
# https://serverfault.com/questions/884469/mod-wsgi-call-to-site-addsitedir-failed-on-aws-elastic-beanstalk-python-3/885445
|
||||
|
||||
Replace `MY_PROJECT_SLUG` with the value you entered for `project_slug`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user