Re: Name clashes on custom commands

2020-04-10 Thread Tim Johnson
Ah. I see the logic of it. Similar to elisp, but different also. Thank you On 4/10/20 12:44 AM, Andréas Kühne wrote: Hi Tim, You need to make sure that your commands are unique in your project. Otherwise like you have discovered one overwrites the other. This is actually a good thing though

Re: Name clashes on custom commands

2020-04-10 Thread Andréas Kühne
Hi Tim, You need to make sure that your commands are unique in your project. Otherwise like you have discovered one overwrites the other. This is actually a good thing though - we use it in one of our projects to override the "runserver" command. The order of the applications in your project dicta

Name clashes on custom commands

2020-04-09 Thread Tim Johnson
I have more of an observation than a question and it is likely that any responses may serendipitously enlighten me. From the contributions of good djangoists to an earlier query on my part (subject ORM from the command line) I have been enlightened about custom commands and django-extensions a