So I have a domain, lets call it patrick.net. I also have a remote server at some IP address, let’s say 123.435.789.000. Developing a Django framework and have all of the URLs set up. How do I make the transition from http://localhost:8000/profile to http://patrick.net/profile?
Share
If you’re hosting the application on your own server, you should review the Django docs on deployment: https://docs.djangoproject.com/en/dev/howto/deployment/ There’s a lot of variables in terms of what your system setup will look like, so there’s no easy answer.
If your needs are less complex, I’d recommend a more managed solution like Webfaction or Heroku