When creating a new cloud machine and selecting to have the Django package installed the following file has an incorrect line: /opt/bitnami/apps/django/scripts/django.wsgi
lines 1 and 3 read:
Alias /static "installdir/apps/django/lib/python-version/site-packages/django/contrib/admin/static"
<Directory 'installdir/apps/django/lib/python-version/site-packages/django/contrib/'>
both reference the folder 'python-version' which fails as it should read python-2.7