Here is my concern:
How do I  run manage.py from AWS EB which is Elastic Beanstalk Linux instance?
I have tried this : '/opt/python/current/app', I get below mentioned exception.
Traceback (most recent call last):
  File "./manage.py", line 8, in <module>
    from django.core.management import execute_from_command_line
ImportError: No module named django.core.management
can anyone help?