Django's runserver on Oracle Cloud?

817 Views Asked by At

I am trying to use a free instance of Oracle Cloud for my Django project. But I have no idea how I can check the Django's "runserver" page like this

python ./manage.py runserver

since the public IP address given to my instance didn't load the Django's page.

I tried to look into "network" session of Oracle Cloud but I wasn't able to find any meaningful stuff related to this. When I googled this, it seemed that it has to do with firewall setting in terms of Google Cloud so maybe Oracle has the same but in vain.

1

There are 1 best solutions below

0
mrtaylor2112 On BEST ANSWER

Not certain if you're familiar with this document but it should assist with creating Python applications with Django with Oracle in mind, as well as troubleshooting - https://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/apaas/python/python-django-accs/python-django-accs.html