Django

Django Python framework commands for web development

7 commands
Search & Copy
Save Favorites
7
Total Commands
100%
Free Access
Lightning Fast

Available Commands

Click on any command to copy it instantly

7 commands available
7 of 7
Resources

Master Django

Become proficient in Django Python framework

django

Create Django Project

Create a new Django project

django-admin startproject myproject
django
create
project
django

Create Django App

Create a new Django app

python manage.py startapp myapp
django
create
app
django

Run Development Server

Run the Django development server

python manage.py runserver
django
runserver
dev
django

Create Migrations

Create database migrations

python manage.py makemigrations
django
migrations
database
django

Apply Migrations

Apply database migrations

python manage.py migrate
django
migrate
database
django

Create Superuser

Create a Django superuser

python manage.py createsuperuser
django
superuser
admin
django

Django Shell

Open Django shell

python manage.py shell
django
shell
interactive

Missing a command?

Help us improve this collection by suggesting commands that should be added. Your contributions help the entire developer community!