Report this

What is the reason for this report?

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

Posted on January 16, 2023

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.
0

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

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.