This website collects cookies to deliver better user experience
First Django App For Beginners Part1 (setup & installation)
First Django App For Beginners Part1 (setup & installation)
What is Django?
Django is a high-level Python web framework that encourages clean development and fast, with pragmatic design.
Why Django?
Ridiculously fast.
Django was designed to guide developers take projects from intellection to completion as quickly as possible.
Reassuringly secure.
Django takes security seriously and helps developers avoid many common security mistakes.
Exceedingly scalable.
Some of the busiest sites on the web ascendancy Django’s ability to quickly.
Before You Start make sure you have python installed on your computer.
You must have Python installed on your system if you don't have check out link to python.org
Let's Start!
Step 1: Installation pip install django
So step 1, will install django on your system
Step 2: To start a project use this command django-admin startproject mysite then cd to wherever the project folder is in and run this command to create a app python manage.py startapp sites to create a app