Re: solved

2022-10-31 Thread Aziz Mek
Hi Robert, in the conversation which you can get to using the link at the bottom of the emails from the group, do a search on your name or email address, here is one https://groups.google.com/g/django-users/c/L4J9nvsLs1g/m/tqEnEw0YAwAJ here is the other one

Re: Django call_command from Admin

2022-10-25 Thread Aziz Mek
m/servlet/StoreFront> [image: YouTube] > <http://www.youtube.com/channel/UCruaIEFosh9uvfkQCq7mtKw> [image: Google > Plus Page] <https://plus.google.com/113688478700619104336/posts> > Contact me: [image: Google Talk] mikeol...@open4businessonline.com [image: > Skype] Mik

Re: Django call_command from Admin

2022-10-25 Thread Aziz Mek
you will get how to implement it > > On Thu, 20 Oct, 2022, 9:36 pm Aziz Mek, 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

Re: Django call_command from Admin

2022-10-25 Thread Aziz Mek
t Services <http://www.scom.ca> > 004-1009 Byron Street South > Whitby, Ontario - Canada > L1N 4S3 > > Toronto 416.642.7266 <(416)%20642-7266> > Main 1.866.411.7266 <(866)%20411-7266> > Fax 1.888.892.7266 <(888)%20892-7266> > Email pa...@scom.

Re: How to Deploy Django and Vue App with CPanel

2022-10-25 Thread Aziz Mek
Hi Andre, I have used this tutorial to successfully deploy a django project, if your host doesn't have python check namecheap hosting they are quiet cheap https://www.youtube.com/watch?v=dJWVL15Jpws=969s All the best Kind regards Aziz On Tue, 25 Oct 2022 at 10:48, André Hangalo wrote: > Hi

Re: Django call_command from Admin

2022-10-20 Thread Aziz Mek
ething similar to the Publisher Subscriber pattern. > > I'd really appreciate your response on this. > > Regards, > Tega Ukavwe > Python Like English > > On Thu, Oct 20, 2022 at 5:06 PM Aziz Mek wrote: > >> Hi All, >> >> I was wondering if you have come across

Re: Django call_command from Admin

2022-10-20 Thread Aziz Mek
> > https://simpleisbetterthancomplex.com/tutorial/2016/07/28/how-to-create-django-signals.html > > I hope this helps you in your search. > Best Wishes Aziz. > > On Thu, Oct 20, 2022 at 5:06 PM Aziz Mek wrote: > >> Hi All, >> >> I was wondering if you h

Re: Combining django apps

2022-10-20 Thread Aziz Mek
Hi, Both are correct and lead to the same thing, however Django documentation seems to prefer *odo.apps.TodoConfig* I hope that helps Kind regards Aziz On Wednesday, October 19, 2022 at 8:10:05 AM UTC+1 tna...@gmail.com wrote: > Also, some website says something like > > INSTALLED_APPS = [

Django call_command from Admin

2022-10-20 Thread Aziz Mek
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