From 050f752ed22e1768e981968c48f5a432e390ad40 Mon Sep 17 00:00:00 2001 From: Marcin Mielniczuk Date: Mon, 10 Jul 2017 20:07:00 +0200 Subject: 41409: complete "django startproject" --- Completion/Unix/Command/_django | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion') diff --git a/Completion/Unix/Command/_django b/Completion/Unix/Command/_django index 029687696..9eaa2284a 100644 --- a/Completion/Unix/Command/_django +++ b/Completion/Unix/Command/_django @@ -49,6 +49,7 @@ case $state in "sqlreset:print the DROP TABLE and CREATE TABLE statements for the given app(s)" "sqlsequencereset:print the SQL statements for resetting sequences for the given app(s)" "startapp:create Django app directory in this project's directory" + "startproject:create a Django project directory structure for a given project name" "syncdb:create database tables for apps in INSTALLED_APPS where required" "test:run the test suite for the specified app, or the entire site" "testserver:run a development server with data from the given fixture(s)" -- cgit 1.4.1