Creating Our First Django Project

preview_player
Показать описание
Now that we have successfully installed Django into our virtual environment we can actually now create a Django project.
1. run the following command to create a Django project. "Django-admin startproject cms" This command will build a Django project with all bells and whistle we will need to build a Django site. I choose the name of our project to be cms because most blogs are cms with a blog built into and this is what our project is going to be.
Рекомендации по теме