python - How to fully develop Django projects in the cloud? -
i have been working django on linux sublime text while, switch windows graphics design , gaming. wonder what's effective way develop django in cloud without having setup new django environment every os touch. fantastic if can sync project files digitalocean , edit them on sublime text, since online ides/terminal pythonanywhere, cloud9, etc. quite slow , unresponsive.
developing directly in production environment highly discouraged. should develop locally using version control systems (git) , test suites check works before deploy.
once you've checked works, can pull changes remote repository apply modifications or use jenkins continuous integration.
but, if still want modify code directly in cloud. pycharm nice ide allows work remove projects. don't know if possible sublime.
Comments
Post a Comment