
django-admin
List of commands for django-admin:
-
django-admin:tldr:026df django-admin: Create a new app for the current project.$ django-admin startapp ${app_name}try on your machineexplain this command
-
django-admin:tldr:17874 django-admin: Check the current version of Django.$ django-admin --versiontry on your machineexplain this command
-
django-admin:tldr:8f804 django-admin: Display more information for the given command.$ django-admin help ${command}try on your machineexplain this command
-
django-admin:tldr:f75d6 django-admin: Create a new Django project.$ django-admin startproject ${project_name}try on your machineexplain this command