How to start a project in django

I made a quick video showing how to start a project in django using cmd prompt.

The start project string is:

django-admin startproject mysite

Where “mysite” is the name of the site you want to create.

Leave a comment

Your email address will not be published. Required fields are marked *