Challenge: Build the ProjectChallenge: Build the Project

Task

question-icon

Write the steps to create a new Django project

1. Create Folder

2.
Create and Activate Virtual Environment

3.
_ _ _


4.
_ _ _


5.
_ _ _


6.
_ _ _


7.
_ _ _

Click or drag`n`drop items and fill in the blanks

dots
pip install django
dots
Add 'new_app' to INSTALLED_APPS in settings.py
dots
python manage.py runserver 7000
dots
python manage.py startapp new_app
dots
django-admin startproject new_project
down-icon

Everything was clear?

Section 1. Chapter 6