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-admin startproject myproject
django
create
project
python manage.py startapp myapp
django
create
app
python manage.py runserver
django
runserver
dev
python manage.py makemigrations
django
migrations
database
python manage.py migrate
django
migrate
database
python manage.py createsuperuser
django
superuser
admin
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!