Tuesday, October 25, 2022

Re: Django call_command from Admin

Aziz,

I had a similar need and I created my own middleware that checked the request path and did the call when I got a match.  





Mike Oliver Founder, Open 4 Business Online
Tel: +1(951)260-0793 | Mobile:*NEW 639479927462
US Toll free: 1-800-985-4766 *NEW
http://www.o4bo.com
Mas marunong akong umunawa ng salitang tagalog kaysa magkapagsalita nito
Facebook Twitter LinkedIn AngelList Blogger eBay YouTube Google Plus Page
Contact me: Google Talk mikeoliveraz@open4businessonline.com Skype MikeOliverAZ



On Fri, Oct 21, 2022 at 12:06 AM Aziz Mek <azizmek@gmail.com> wrote:
Hi All,

I was wondering  if you have come across the following:

I have a field in the model that's empty, when the user fills it up and clicks Save, it
should trigger/call a management Command (This command is already build that sends emails ), Django docs say i can use call_command but not sure how to implement it with the save

I am just after the trigger really when the save takes place

Many thanks in advance

Kind regards
Aziz


--
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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a0ca69f0-6065-4b86-a977-cfb6dcab8fd7n%40googlegroups.com.

--
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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAA2yvOHvP_fWa4cptWxVdjt7UQELPM60LetC-fSBnXhTxivSWA%40mail.gmail.com.

No comments:

Post a Comment