Locked lesson.
About this lesson
Anytime you want to do something in Django, you need to create an app for it. In this lesson, we'll cover the steps how to create an app for your new project.
Exercise files
Download this lesson’s related exercise files.
StartApp.docx57.2 KB StartApp - Solution.docx
55.6 KB
Quick reference
StartApp
In this video we'll build out an app within our Django project.
When to use
Whenever you want to build a website with Django, you'll need to add at least one 'app' to your Django project.
Instructions
To add an app named 'resume' to our Django project, use the command:
python manage.py startapp resume
Hints & tips
- python manage.py startapp resume
Lesson notes are only available for subscribers.