django
pip install django # Install Django Packages
django-admin startproject project_name # Create a Project
cd project_name
python manage.py makemigrations # Create new migrations
python manage.py migrate # Apply Migrations
python manage.py createsuperuser # Create User for admin
python manage.py runserver # Start Server
python manage.py startapp sub_module # Create a sub apppip install Django==3.1.4# 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.$ python -m django --version
pip install djangoDjango is a web development platform in python programming language.pip install Django==3.1.5Read the docs, its the best you will ever get.
Also in C++:
- update composer on windows
- count number of files linux command
- upload react project to github
- awk use string as field separator
- how to use django shell
- powershell kill all node
- what is regedit in windows
- getkirby install editor
- delete cash on ubuntu
- rm recursive file pattern
- how install xampp in ubuntu
- linux disk usage
- updating vscode on ubuntu
- remove folders from remote git
- pip install lightgbm
- unfork a repository github
- Module not found: Can't resolve 'axios' in 'C:\Users\
- PyInstaller can't change the shortcut icon
- count number of lines files .cpp .h
- docker container
- git link local branch to remote branch
- remove all cache ubuntu
- certbot remove domain
- install graphene django