Friday, September 24, 2021

features of django framework

 Django was invented to meet fast moving newsroom deadlines, while satisfying the tough requirements of experienced web developers.

1) Fast 

2) Fully loaded 

3) Security

4) Scalability 

5) Versatile 

https://docs.djangoproject.com/en/2.1/intro/overview/

Install django 

python --version

pip install django

pip install django==1.11.9

python3 -m django --version


Django Project vs  Django Application 

A Django project is a collection of application and configurations which forms a full web application.

E.g: Bank Project 

A Django application is responsible to perform a particular task in our entire web application 

E.g: loan app, registration app, polling app etc.







No comments:

Post a Comment