Re: Runserver with a custom script

2020-02-18 Thread Mike Dewhirst
On 18/02/2020 6:16 pm, Soumen Khatua wrote: Hi Folks, I want to run a script or url  at the time of django server loading.So Does this possible,If yes could you tell me,How? If the code in your script returns immediately (ie is non-blocking) then add something like this to the end of it  ...

Re: Runserver with a custom script

2020-02-17 Thread Budi Hermansyah
you can use django commands... https://docs.djangoproject.com/en/3.0/howto/custom-management-commands/ On Tue, Feb 18, 2020 at 2:17 PM Soumen Khatua wrote: > Hi Folks, > > I want to run a script or url at the time of django server loading.So > Does this possible,If yes could you tell me,How? >

Runserver with a custom script

2020-02-17 Thread Soumen Khatua
Hi Folks, I want to run a script or url at the time of django server loading.So Does this possible,If yes could you tell me,How? Thank you in advance Regards, Soumen -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this gr