Companies using Django..... Get the git Repo
python -m venv
call
pip install django
pip freeze > requirements.txt
django-admin startproject
python manage.py runserver
python manage.py migrate
python manage.py startapp
Write your Model Class in models.py
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
https://github.com/github/gitignore/blob/main/Python.gitignore
https://medium.com/analytics-vidhya/difference-between-wsgi-and-asgi-807158ed1d4c
7 hr 53:00--------min