I have a Domain Name that will expire soon(in 5 days time). The Domain was used to host a WordPress website.
Now, I have transitioned the Website into a Django application and will like to Host the Domain Name and the Application on Digital Ocean-- because the previous Host does not support Django Application.
How can I transfer that Domain Name to Digital Ocean?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi @cleangista,
Before we continue, let me clarify something just in case, DigitalOcean can’t renew your Domain as DigitalOcean is not a registrar. YOu’ll need to renew your Domain with your current registrar. Once you’ve done that, you can change your domain’s Nameservers to point to your DigitalOcean’s account and manage your DNS from here:
https://docs.digitalocean.com/products/networking/dns/how-to/manage-records/
Next step would be to create a Droplet and host your Django application.
You can use the Django 1-click MarketPlace Droplet:
https://marketplace.digitalocean.com/apps/django
It will create a Droplet with all the required software installed and configured for Django to work, you’l just need to develop your app.