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