django-admin
Django’s utility for administrative tasks.
- 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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).