Start Django on a public ip and allow it to use a domain name.
# First Off, make sure to add any ip’s that will listen for the app in ALLOWED_HOSTS in file myproject/settings.py
# EXAMPLE: ALLOWED_HOSTS = [“django.avloni.com”,”localhost”,”127.0.0.1″,”144.217.90.219″]
python manage.py runserver 0.0.0.0:80