Re: ec2 using bitnami djangostack: application never loads; browser just hangs

2014-01-22 Thread Dylan Bumford
it stuck in > apache? > 2. Start the application with DEBUG=True in settings, to see if you get > any information from the app. > > Thats where I'd start. > > Regards, > > Andréas Kühne > > > 2014/1/22 Dylan Bumford <dbum...@gmail.com > > >> I use

ec2 using bitnami djangostack: application never loads; browser just hangs

2014-01-22 Thread Dylan Bumford
I used the Bitnami Djangostack AMI to set up a Django environment with apache2 and mod_wsgi on a free instance provided by Amazon's EC2. The django app is installed at /opt/bitnami/apps/django/django_projects/mysite, alongside the default Project application that comes with the stack. The app