Re: TemplateCommand

2021-06-29 Thread Christian González
Am 28.06.21 um 10:44 schrieb 'Adam Johnson' via Django developers (Contributions to Django itself): > Plus, it's not *that* much code to "take inspiration from" in your own > project, test, and change as you see fit. That's true... ;-) -- Dr. Christian González https://nerdocs.at -- You re

Re: TemplateCommand

2021-06-28 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Django has the TemplateCommand class to support its startproject and startapp. These two are fairly similar so the class exists to share code between them. As I understand, your GDAPS project aims to provide similar functionality, but with differences. In this case I can see that you'd

TemplateCommand

2021-06-28 Thread Christian González
eplace Django's TemplateCommand with it and inherit from it, I could bring it into shape. Please drop me a line. Best regards, Christian -- Dr. Christian González https://nerdocs.at -- You received this message because you are subscribed to the Google Groups "Django developers (Contr