Question

Where should I code my django project after I configured the server, database and created the django project?

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


Submit an answer


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!

Sign In or Sign Up to Answer

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.

KFSys
Site Moderator
Site Moderator badge
January 16, 2023
Accepted Answer

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

      Try DigitalOcean for free

      Click below to sign up and get $200 of credit to try our products over 60 days!

      Sign up

      Get our biweekly newsletter

      Sign up for Infrastructure as a Newsletter.

      Hollie's Hub for Good

      Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

      Become a contributor

      Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

      Welcome to the developer cloud

      DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

      Learn more
      DigitalOcean Cloud Control Panel