startapp django-admin startapp name [directory] Creates a Django app directory structure for the given app name in the current directory or the given destination. By default the directory created contains a models.py file and other app template files. (Se