Locked lesson.
About this lesson
In this lesson, we'll walk through the steps to create a new project and add it to Sublime Text Editor.
Exercise files
Download this lesson’s related exercise files.
Create A New Project And Add Project To Sublime (Walkthru).docx57.2 KB Create A New Project And Add Project To Sublime (Walkthru) - Solution.docx
55.7 KB
Quick reference
Create A New Project And Add Project To Sublime (Walkthru)
In this video we'll start a new Django Project called djangowebsite and open that project in Sublime Text.
When to use
You'll do this once for each project you create.
Instructions
To create a new project in Django called djangowebsite, use the command:
django-admin.py startproject djangowebsite
Then open the project in Sublime text by clicking:
Project > Add Folder To Project
...from the top menu in Sublime, and then navigating to the /c/mywebsite/djangowebsite directory.
Hints & tips
- django-admin.py startproject djangowebsite
Lesson notes are only available for subscribers.