Q:

django

# Start a Project.
django-admin startproject <project name>

# cd into <project name>

# Create the application
python manage.py startapp <app name>

# Start using the files.
7
$ python -m django --version
1
pip install django
1
pip install Django==3.1.4
1
Read the docs, its the best you will ever get.
0

New to Communities?

Join the community