web-hosting

Django application only working with port 8000

Django application only working with port 8000 Question: I am working on an project and I have hosted it on EC2 to see if everything is working fine or not. It’s only a single page application for now with no endpoint. Problem is it only works if I use my_domain:8000 or my_ip:8000. Here is the …

Total answers: 1

How to deploy django app on hosting service

How to deploy django app on hosting service Question: I’m new to web development. I bought the web hosting start-up package from Siteground to host my graphic design portfolio website. It’s a simple Django app that is a one-page portfolio with a contact form using Django’s sendEmail through gmail service. I’ve never deployed a Django …

Total answers: 2