django-admin

Django’s utility for administrative tasks. More information: <https://docs.djangoproject.com/en/4.2/ref/django-admin/>.

Install

All systems
curl cmd.cat/django-admin.sh
Debian Debian
apt-get install python-django-common
Ubuntu
apt-get install python-django-common
Arch Arch Linux
pacman -S python-django
image/svg+xml Kali Linux
apt-get install python-django-common
Fedora
dnf install python2-django
Windows (WSL2)
sudo apt-get update sudo apt-get install python-django-common
Raspbian
apt-get install python-django-common

Django’s utility for administrative tasks. More information: <https://docs.djangoproject.com/en/4.2/ref/django-admin/>.

  • Create a new Django project:
    django-admin startproject project_name
  • Create a new app for the current project:
    django-admin startapp app_name
  • Check the current version of Django:
    django-admin --version
  • Display more information for the given command:
    django-admin help command

© tl;dr; authors and contributors