> > Ok, but then wouldn't I need to rewrite the whole command class that is > defined in the core, with all the methods that I didn't want to change ?
If I understand your question correctly the answer is "no", because you can inherit from the core method. You might take a look at how mezzanine does this internally: https://github.com/stephenmcd/mezzanine/tree/master/mezzanine/core/management/commands <https://github.com/stephenmcd/mezzanine/tree/master/mezzanine/core/management/commands> On Thu, Aug 20, 2015 at 8:34 AM, Déborah Leder <[email protected]> wrote: > Ok, but then wouldn't I need to rewrite the whole command class that is > defined in the core, with all the methods that I didn't want to change ? > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
