Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 308 Bytes

CONVENTIONS.md

File metadata and controls

15 lines (10 loc) · 308 Bytes

MelbDjango School Conventions

On the Command Line

In this command sudo may not be required and is considered optional:

[sudo] pip install virtualenv

In this command <my-project-name> needs to be replaces with the name of your project:

./manage.py startproject <my-project-name>