zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Added completion for `django-admin startproject`
@ 2017-07-10 18:02 Marcin Mielniczuk
  2017-07-10 18:07 ` Marcin Mielniczuk
  0 siblings, 1 reply; 2+ messages in thread
From: Marcin Mielniczuk @ 2017-07-10 18:02 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

Hi!

I noticed that this completion was missing, so just went ahead and added 
it :)

I couldn't find the preferred method of contributing, so I attach the 
commit.
I'm not subscribed, so please make sure to cc me.

Regards,
Marcin Mielniczuk


[-- Attachment #2: django.patch --]
[-- Type: text/x-patch, Size: 998 bytes --]

commit 9f3f81a1872e0cf9c599f99a63246620ff522422
Author: Marcin Mielniczuk <marmistrz.dev@gmail.com>
Date:   Mon Jul 10 20:00:16 2017 +0200

    Add completion for django-admin startproject

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Added completion for `django-admin startproject`
  2017-07-10 18:02 [PATCH] Added completion for `django-admin startproject` Marcin Mielniczuk
@ 2017-07-10 18:07 ` Marcin Mielniczuk
  0 siblings, 0 replies; 2+ messages in thread
From: Marcin Mielniczuk @ 2017-07-10 18:07 UTC (permalink / raw)
  To: zsh-workers

Sent that from the wrong e-mail (different from the one stated in the 
commit)
This one's correct.

On 10.07.2017 20:02, Marcin Mielniczuk wrote:
> Hi!
>
> I noticed that this completion was missing, so just went ahead and 
> added it :)
>
> I couldn't find the preferred method of contributing, so I attach the 
> commit.
> I'm not subscribed, so please make sure to cc me.
>
> Regards,
> Marcin Mielniczuk
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-10 18:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-10 18:02 [PATCH] Added completion for `django-admin startproject` Marcin Mielniczuk
2017-07-10 18:07 ` Marcin Mielniczuk

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).