Linking django to web hosting site
I have created a webpage using Django and am looking to link it to my purchased domain name through domain.com. Domain.com tutorials have been worthless and they offer web hosting but I am not sure how to link my local Django project. Does it have to do with the SSL Certificate? Feel free to explain it to me like I am a 5 year old.
I tried including the domain and ip of the purchased domain in the ALLOWED_HOSTS=[] but obviously that doesn't work without some communication between domain.com and Django.