Hi,
I’m new to DigitalOcean, Django and Postgres. I just set up my django project, server and database on ubuntu successfully. I’d like to know do I just code my project on ubuntu afterwards, or is there anyway for me to code my django project on my Windows OS?
If I’m only allowed to work on my project on Ubuntu, normally, do programmers use Pycharm or just Terminal to code?
This question is quite rookiesh, hope you don’t mind, thanks for your help!
Kind regards, Xi
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi @xichenmorel,
This is entierly up to you. You can code the project directly on your Droplet, you can create a Git Repository, work on your project, upload to GIT and from your Droplet Pull the new changes, or what I’ll recommend for you at this time is to configure an ssh remote connection from a program like Pycharm or Visual Stuido code to your Droplet.
https://code.visualstudio.com/docs/remote/ssh
https://www.jetbrains.com/help/pycharm/remote-development-starting-page.html
Using the above wil allow you to work on your project on a local program like Pycharm which will be connected to your Droplet and automatically upload the updates for you.
This comment has been deleted
This comment has been deleted