Congratulations!
You are now running Bitnami Django 3.1.0 in the Cloud.
Useful Links
The following links will help you to understand better how to get started and configure the application you just launched.
Quick Start
Connect to your server and run the following commands:
django-admin startproject sample
python sample/manage.py runserver
... Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C.