DAY 4 OF LEARNING DJANGO.

DJANGO STRUCTURE.

Today i learnt how to do a set for creating a project using Django.

Step 1:
Set up
Creating a programming environment
I open a folder in my installed text editor(VS Code) and runed the following command in the terminal to create an …


This content originally appeared on DEV Community and was authored by Chemutai Brenda

DJANGO STRUCTURE.

Today i learnt how to do a set for creating a project using Django.

Step 1:
Set up
Creating a programming environment
I open a folder in my installed text editor(VS Code) and runed the following command in the terminal to create an environment called env.:

  python -m venv env

Inside the terminal, I used the following command to activate the environment:

.env/Scripts/activate

STEP 2:
Installing Django

I used the following command in the newly created environment to install Django.

pip install django

STEP 3:
Starting my project.

To start my project i run the following command in the vs code terminal to generate root directory with project name, which in this case is called "MyProject".

django-admin startproject myproject

STEP 4:

After creating MyProject root directory, there is another directory called MyProject, just as the project name.
This other directory contains the project-wide settings and configurations.

Image description


This content originally appeared on DEV Community and was authored by Chemutai Brenda


Print Share Comment Cite Upload Translate Updates
APA

Chemutai Brenda | Sciencx (2025-06-30T16:26:50+00:00) DAY 4 OF LEARNING DJANGO.. Retrieved from https://www.scien.cx/2025/06/30/day-4-of-learning-django/

MLA
" » DAY 4 OF LEARNING DJANGO.." Chemutai Brenda | Sciencx - Monday June 30, 2025, https://www.scien.cx/2025/06/30/day-4-of-learning-django/
HARVARD
Chemutai Brenda | Sciencx Monday June 30, 2025 » DAY 4 OF LEARNING DJANGO.., viewed ,<https://www.scien.cx/2025/06/30/day-4-of-learning-django/>
VANCOUVER
Chemutai Brenda | Sciencx - » DAY 4 OF LEARNING DJANGO.. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/06/30/day-4-of-learning-django/
CHICAGO
" » DAY 4 OF LEARNING DJANGO.." Chemutai Brenda | Sciencx - Accessed . https://www.scien.cx/2025/06/30/day-4-of-learning-django/
IEEE
" » DAY 4 OF LEARNING DJANGO.." Chemutai Brenda | Sciencx [Online]. Available: https://www.scien.cx/2025/06/30/day-4-of-learning-django/. [Accessed: ]
rf:citation
» DAY 4 OF LEARNING DJANGO. | Chemutai Brenda | Sciencx | https://www.scien.cx/2025/06/30/day-4-of-learning-django/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.