filmov
tv
Django Tutorial: How To Create A Django Project

Показать описание
Now that we have successfully installed Django we can now learn how to create a Django project. Creating a Django project is rather simple and this step will show us why Django is so helpful and how it aids in speeding up the development process.
How To Create A Django Project
To create a new Django project we enter a simple command in the terminal. This command will create a new Django project and create some need folders and files.
In your terminal with your virtual environment activate enter django-admin startproject lpt
How To Create A Django Project
To create a new Django project we enter a simple command in the terminal. This command will create a new Django project and create some need folders and files.
In your terminal with your virtual environment activate enter django-admin startproject lpt