1
0
Fork 0
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:
Marcin Mielniczuk 2017-07-10 20:07:00 +02:00 committed by Peter Stephenson
parent 2b3a4d1851
commit 050f752ed2
2 changed files with 6 additions and 0 deletions

View file

@ -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>
* unposted: Config/version.mk: update dev version due to

View file

@ -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)"