0

I just created a django workspace in cloud9. It gives me an empty folder with the project name with nothing on it. What commands do I need to type to start a django project and get coding.

jshariar
  • 338
  • 1
  • 4
  • 15

1 Answers1

0

They provide you with an README.md to understand how to use it, and a button to Run your project in their user interface.

Here's an example:

enter image description here

The arrow indicates where you can click to Run your project.

The section highlighted shows how to use it from the terminal.

Bernardo Duarte
  • 4,074
  • 4
  • 19
  • 34