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

      Become a contributor for community

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

      DigitalOcean Documentation

      Full documentation for every DigitalOcean product.

      Resources for startups and SMBs

      The Wave has everything you need to know about building a business, from raising funding to marketing your product.

      Get our newsletter

      Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

      New accounts only. By submitting your email you agree to our Privacy Policy

      The developer cloud

      Scale up as you grow — whether you're running one virtual machine or ten thousand.

      Get started for free

      Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

      *This promotional offer applies to new accounts only.