Hello, This SO answer[1] will provide you with decent answer on what this *args and **kwargs things are. Hope that helps!
Best, Gergely [1] http://stackoverflow.com/a/3394898 2015-06-08 15:03 GMT+02:00 felix <[email protected]>: > El 08/06/15 08:23, Oscar Buijten escribió: > > Just to let you know that I got this snippet working now Gergely :-) > Thanks again for putting me on the right track. > What I didn't get though is why I need the " *args, **options". > I read the doc but didn't grasp the why... > Cheers, > Oscar > > I'm a newbie. I guess that *args, **options will keep your script > working no matter how many positional or keyword arguments your command or > the base command may have in the future. > > Cheers, > Felix. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/557592A0.1060202%40epepm.cupet.cu > <https://groups.google.com/d/msgid/django-users/557592A0.1060202%40epepm.cupet.cu?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACczBUKDuUUKhmZ7f4z-ixAdxSqQZEbuM5-vpxuDA0%3DR%2BWXF2Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

