Hi, I've set up bitnami djangostack on an aws instance.
When I go to ec2-****.com/ , I get sent to the bitnami landing page ("go to your project etc").
How can I make it so that this reflects what's in my django urls.py where I have '/' redirected to a specific url.
Thanks