Configure Laravel Project

Configure and Install Django Project

What’s Django ?
Django is a high-level Python web framework that enables rapid development of secure and maintainable websites... Django helps developers avoid many common security mistakes by providing a framework that has been engineered to "do the right things" to protect the website automatically.

Configuration

Step 1.5

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

Step 2

Install a pip library .
  1. Open CMD
  1. Type: py get-pip.py

Step 3

Install Django framework
  1. Open CMD or if its already open
  1. Type: python -m pip install Django

Installation

  1. Create Folder on desktop or other location and name it for example: MyDjangoProject
  1. Open CMD
  1. Go to your folder path in this example: cd C:\Users\Tected\Desktop\MyDjangoProject
  1. Type: python -m venv my_env
  1. Type: django-admin startproject FirstDjango .
  1. Type: python manage.py migrate
  1. Type: python manage.py runserver
 
 
Writted by Arlind Abdurahmani - Founder & CEO of Tected
 
badge