mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
41409: complete "django startproject"
This commit is contained in:
parent
2b3a4d1851
commit
050f752ed2
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2017-07-11 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
|
* Marcin Mielniczuk: 41409: Completion/Unix/Command/_django:
|
||||||
|
complete "django startproject".
|
||||||
|
|
||||||
2017-07-09 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2017-07-09 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* unposted: Config/version.mk: update dev version due to
|
* unposted: Config/version.mk: update dev version due to
|
||||||
|
|
|
@ -49,6 +49,7 @@ case $state in
|
||||||
"sqlreset:print the DROP TABLE and CREATE TABLE statements for the given app(s)"
|
"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)"
|
"sqlsequencereset:print the SQL statements for resetting sequences for the given app(s)"
|
||||||
"startapp:create Django app directory in this project's directory"
|
"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"
|
"syncdb:create database tables for apps in INSTALLED_APPS where required"
|
||||||
"test:run the test suite for the specified app, or the entire site"
|
"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)"
|
"testserver:run a development server with data from the given fixture(s)"
|
||||||
|
|
Loading…
Reference in a new issue