I have deployed my django app via Elastic Beanstalk. I can access the Django app via Elastic Beanstalk URL. But, to access flower app, I need go to the EC2 instance IP address and port number 5555. Is it possible, we can define a URL for flower in urls.py ? If yes, then how? I have deployed my django app via Elastic Beans