start django project
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 appdjango-admin startproject project_namepython manage.py startapp # name of the app# to start a django server cd to dir with manage.py file and type following
python manage.py runserver
python manage.py startapp app_namedjango-admin startproject <//name of project\\>
Also in C++:
- check disk space ubuntu from terminal
- yum list installed
- HOW TLONG FOR VS TO INSTALL?!?!?
- install toastr in angular
- how to start psql in linux
- The file \AppData\Roaming\npm\yarn.ps1 is not digitally signed.
- init npm
- how to create a zip in ubuntu
- linux hex to dec
- print in shell script
- ubuntu auto shutdown
- how to install nvm
- linux create directory with permissions
- command to restart linux
- who is affected by meningitis
- isxdigit lib
- Failed to install the app. Make sure you have the Android development environment set up
- The application could not be installed: INSTALL_FAILED_CONFLICTING_PROVIDER
- install elastic search ubuntu
- ubuntu slack install
- laravel add to path ubuntu
- gitlab
- Error: Unable to find a match: centos-release-openstack-queens
- display all files in a directory linux