Re: unsupported operand type(s) for +: 'builtin_function_or_method' and 'int'

2020-05-11 Thread hajar
Hello django users 

I solved the issue, I had to use something like that : (it doesn't show 
anymore the error)

@receiver(post_save, sender=mail_items)
def update_count(sender, instance, created, **kwargs):
count_object,created = 
mail_item_count.objects.get_or_create(country=instance.Pays_origine) 
if not created:
count_object.count = count_object.count + 1
count_object.save()

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f9d7d6c9-5940-4dac-8ff0-137f621fc4c1%40googlegroups.com.


Re: unsupported operand type(s) for +: 'builtin_function_or_method' and 'int'

2020-05-11 Thread hajar
I would like to know if you have any other suggestions 

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a6f5befb-b25a-41fb-b618-d5e6e68dbcc8%40googlegroups.com.


Re: Project available

2020-05-11 Thread maninder singh Kumar
S.K thanks for the response.
Is there phone number I can get in touch with you?

Regs
Willy

Sent from my iPad

> On 11-May-2020, at 11:44 AM, S K  wrote:
> 
> I am interested. Would like to collaborate with you. 
> 
>> On Mon, 11 May, 2020, 11:35 am maninder singh Kumar, 
>>  wrote:
>> Dear group members,
>> 
>> I have a django project available the flowcharts of which will be up in 1 
>> week.  Write or call if interested ?
>> 
>> Willy
>> +91 9910669700
>> wi...@kawapeople.com
>> 
>> Sent from my iPad
>> 
>> -- 
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/58FEE8F5-5336-43BA-B65D-ECDA1C8303EA%40gmail.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/CAL17tVCy7Nmg%3DBbcGBGesD2KML2ksdJyMzLX0Hc6c%3DtP9aj_ug%40mail.gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6B6B741C-A5A8-4C92-AAD1-4566842ABD03%40gmail.com.


Re: Anyone have similar issue of POST 2 times while importing any simple models using django-import-export package

2020-05-11 Thread Milson Munakami
What I found is this is due to having mysql as default db. If I change it
to sqlite it is working fine.


Virus-free.
www.avg.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Sun, May 10, 2020 at 9:09 PM Riska Kurniyanto Abdullah <
alternative@gmail.com> wrote:

> This issue so much more familiar in stackoverflow it is cause of
>> postgresql behaviour, visit here
>> https://github.com/django-import-export/django-import-export/issues/560
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAG7yD2%2BizqSjTnL_fAXWquJe2s6c7_pp-6s9E%3DJ9mT5PXLZmFg%40mail.gmail.com
> 
> .
>


-- 
Thank you,

Milson Munakami

Mobile: 208.220.2943  <208.220.2943>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAP1qhGsiUsF0EYMbpW11T_hDDr00LdE%2BjkN5R1E28n1NQ%2Bcu%3DA%40mail.gmail.com.


Password Reset Template customization

2020-05-11 Thread mick
I am not able to customise the default  django rest auth password reset 
template.Can anyone please help

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1c8bdf17-b7b9-4b6d-beed-32fe60082b4f%40googlegroups.com.


Re: Project available

2020-05-11 Thread Adedotun Richard
I'm interested
You can send a zoom invite and let's talk.

On Mon, May 11, 2020, 11:05 AM maninder singh Kumar <
maninder.s.ku...@gmail.com> wrote:

> S.K thanks for the response.
> Is there phone number I can get in touch with you?
>
> Regs
> Willy
>
> Sent from my iPad
>
> On 11-May-2020, at 11:44 AM, S K  wrote:
>
> I am interested. Would like to collaborate with you.
>
> On Mon, 11 May, 2020, 11:35 am maninder singh Kumar, <
> maninder.s.ku...@gmail.com> wrote:
>
>> Dear group members,
>>
>> I have a django project available the flowcharts of which will be up in 1
>> week.  Write or call if interested ?
>>
>> Willy
>> +91 9910669700
>> wi...@kawapeople.com
>>
>> Sent from my iPad
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/58FEE8F5-5336-43BA-B65D-ECDA1C8303EA%40gmail.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAL17tVCy7Nmg%3DBbcGBGesD2KML2ksdJyMzLX0Hc6c%3DtP9aj_ug%40mail.gmail.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/6B6B741C-A5A8-4C92-AAD1-4566842ABD03%40gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BndhONt2Ut0Xs3yQtbor5PYbyG4%3DThL%2B7WAJSgQg7-hpD2Gug%40mail.gmail.com.


Re: Project available

2020-05-11 Thread S K
It's 7026210649

On Mon, 11 May, 2020, 6:27 pm Adedotun Richard, 
wrote:

> I'm interested
> You can send a zoom invite and let's talk.
>
> On Mon, May 11, 2020, 11:05 AM maninder singh Kumar <
> maninder.s.ku...@gmail.com> wrote:
>
>> S.K thanks for the response.
>> Is there phone number I can get in touch with you?
>>
>> Regs
>> Willy
>>
>> Sent from my iPad
>>
>> On 11-May-2020, at 11:44 AM, S K  wrote:
>>
>> I am interested. Would like to collaborate with you.
>>
>> On Mon, 11 May, 2020, 11:35 am maninder singh Kumar, <
>> maninder.s.ku...@gmail.com> wrote:
>>
>>> Dear group members,
>>>
>>> I have a django project available the flowcharts of which will be up in
>>> 1 week.  Write or call if interested ?
>>>
>>> Willy
>>> +91 9910669700
>>> wi...@kawapeople.com
>>>
>>> Sent from my iPad
>>>
>>> --
>>> 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+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/58FEE8F5-5336-43BA-B65D-ECDA1C8303EA%40gmail.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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAL17tVCy7Nmg%3DBbcGBGesD2KML2ksdJyMzLX0Hc6c%3DtP9aj_ug%40mail.gmail.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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/6B6B741C-A5A8-4C92-AAD1-4566842ABD03%40gmail.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CA%2BndhONt2Ut0Xs3yQtbor5PYbyG4%3DThL%2B7WAJSgQg7-hpD2Gug%40mail.gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAL17tVDBYXo%2B092%3D%2B81guVJRMbs8mB7n8G-gidDBVopBCV1PkA%40mail.gmail.com.


Re: Project available

2020-05-11 Thread Mukesh Badgujar
I am Interested
MOB: 8080664664

On Mon, 11 May, 2020, 11:36 am maninder singh Kumar, <
maninder.s.ku...@gmail.com> wrote:

> Dear group members,
>
> I have a django project available the flowcharts of which will be up in 1
> week.  Write or call if interested ?
>
> Willy
> +91 9910669700
> wi...@kawapeople.com
>
> Sent from my iPad
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/58FEE8F5-5336-43BA-B65D-ECDA1C8303EA%40gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAMSZPCM02yFxWRcQhn%2BdFfWZ4Wag5U%2BHy49LduQxYg0MPGU3cQ%40mail.gmail.com.


Re: Project available

2020-05-11 Thread PUSHPLATA RANJAN
Intestered.

On Mon, May 11, 2020 at 3:35 PM maninder singh Kumar <
maninder.s.ku...@gmail.com> wrote:

> S.K thanks for the response.
> Is there phone number I can get in touch with you?
>
> Regs
> Willy
>
> Sent from my iPad
>
> On 11-May-2020, at 11:44 AM, S K  wrote:
>
> I am interested. Would like to collaborate with you.
>
> On Mon, 11 May, 2020, 11:35 am maninder singh Kumar, <
> maninder.s.ku...@gmail.com> wrote:
>
>> Dear group members,
>>
>> I have a django project available the flowcharts of which will be up in 1
>> week.  Write or call if interested ?
>>
>> Willy
>> +91 9910669700
>> wi...@kawapeople.com
>>
>> Sent from my iPad
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/58FEE8F5-5336-43BA-B65D-ECDA1C8303EA%40gmail.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAL17tVCy7Nmg%3DBbcGBGesD2KML2ksdJyMzLX0Hc6c%3DtP9aj_ug%40mail.gmail.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/6B6B741C-A5A8-4C92-AAD1-4566842ABD03%40gmail.com
> 
> .
>


-- 
*Pushplata*
*+91-9311269140*

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAKF9C%3Dvu9PeU%3D7doQgvdfAHCMmUF%3Dcp78TR5x8BBuZpkiDdJFA%40mail.gmail.com.


Re: Watch "Handle multiple forms On same page in Django | Errors" on YouTube

2020-05-11 Thread Bighnesh Pradhan
Thank you very much sir ,
Sir please make the Django complete video and User authentication.

On Mon, May 11, 2020 at 1:27 AM Anonymous Patel 
wrote:

> https://youtu.be/beh0ONKCkR8
>
> How to handle multiple forms in a django
>
>
> Raj Patel
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAF_9CiuBjvf%2BYu62zAEFfokkf7WUDTvjuwGz2H%3DzoQ5CERWcdg%40mail.gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGa5oYxJE__GOc4rJzFK-pO2JWNuMFw_xTJZEZHzXG7tcq%2BmEA%40mail.gmail.com.


Re: Renaming a Django superclass model and updating the subclass pointers correctly [Is this a bug?]

2020-05-11 Thread Bighnesh Pradhan
Thank you buddy!


On Mon, May 11, 2020 at 5:04 AM Hisham Mahmood 
wrote:

> Here's the Stackoverflow's link:
> https://stackoverflow.com/questions/61665607/renaming-a-django-superclass-model-and-updating-the-subclass-pointers-correctly
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/eb7020d9-980e-4e22-b693-08605903915c%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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGa5oYyhr4ng2JX52WNUViGwC%2BKLPqwjyZ15T%3D3OTh%3DT3HbtgA%40mail.gmail.com.


Re: Watch "Handle multiple forms On same page in Django | Errors" on YouTube

2020-05-11 Thread Bighnesh Pradhan
Sir app ne jo youtube link diye ho thoda front ko bada(big) kara dikkhayee
nehi deti hai.
Thank you!

On Mon, May 11, 2020 at 9:53 AM Bighnesh Pradhan <
bighnesh.pradhan...@gmail.com> wrote:

> Thank you very much sir ,
> Sir please make the Django complete video and User authentication.
>
> On Mon, May 11, 2020 at 1:27 AM Anonymous Patel 
> wrote:
>
>> https://youtu.be/beh0ONKCkR8
>>
>> How to handle multiple forms in a django
>>
>>
>> Raj Patel
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAF_9CiuBjvf%2BYu62zAEFfokkf7WUDTvjuwGz2H%3DzoQ5CERWcdg%40mail.gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGa5oYwaT_KVoSAmU%2BLZz%3Dk%3DAkyVSF2ccXOc%2Bf4smO9wcwhB6g%40mail.gmail.com.


Re: Project available

2020-05-11 Thread Akshat Zala
I am interested. Do let me know what is to be done.

Regards.
Akshat

On Monday, 11 May 2020 11:36:23 UTC+5:30, maninder singh Kumar wrote:
>
> Dear group members, 
>
> I have a django project available the flowcharts of which will be up in 1 
> week.  Write or call if interested ? 
>
> Willy 
> +91 9910669700 
> wi...@kawapeople.com  
>
> Sent from my iPad

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5c8a86af-12b6-458f-b496-dacada4782c6%40googlegroups.com.


Re: Project available

2020-05-11 Thread sachin chaurasiya
I am interested đź‘Ť

On Mon, May 11, 2020, 6:59 PM Akshat Zala  wrote:

> I am interested. Do let me know what is to be done.
>
> Regards.
> Akshat
>
> On Monday, 11 May 2020 11:36:23 UTC+5:30, maninder singh Kumar wrote:
>>
>> Dear group members,
>>
>> I have a django project available the flowcharts of which will be up in 1
>> week.  Write or call if interested ?
>>
>> Willy
>> +91 9910669700
>> wi...@kawapeople.com
>>
>> Sent from my iPad
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5c8a86af-12b6-458f-b496-dacada4782c6%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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAD_X%3DJqdd_mfpDrgKYbpRrArfVj8F_d1HuaMgpDRkH4dpwnpHA%40mail.gmail.com.


Re: Project available

2020-05-11 Thread ekong, emmanuel
I am interested too... I can receive a mail here  for acceptance

On Mon, 11 May 2020 at 2:37 PM, sachin chaurasiya <
sachinchaurasiyachote...@gmail.com> wrote:

> I am interested đź‘Ť
>
> On Mon, May 11, 2020, 6:59 PM Akshat Zala  wrote:
>
>> I am interested. Do let me know what is to be done.
>>
>> Regards.
>> Akshat
>>
>> On Monday, 11 May 2020 11:36:23 UTC+5:30, maninder singh Kumar wrote:
>>>
>>> Dear group members,
>>>
>>> I have a django project available the flowcharts of which will be up in
>>> 1 week.  Write or call if interested ?
>>>
>>> Willy
>>> +91 9910669700
>>> wi...@kawapeople.com
>>>
>>> Sent from my iPad
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/5c8a86af-12b6-458f-b496-dacada4782c6%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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAD_X%3DJqdd_mfpDrgKYbpRrArfVj8F_d1HuaMgpDRkH4dpwnpHA%40mail.gmail.com
> 
> .
>

-- 
**Disclaimer**
This e-mail is intended solely for the named recipient. The 
information contained in this message is strictly confidential. 


  * If 
you are not the named recipient, you are hereby notified that any use, 
dissemination or reproduction of this document and or its content is 
prohibited and may be deemed unlawful.
  * If you are not the named 
recipient of this e-mail, please notify the sender by a return e-mail and 
delete all copies of it from your computer and mail.Any views expressed in 
this e-mail are those of the individual sender, except where the sender 
specifically states them to be those of Landmark University 
, to whom no liability shall be attached whatsoever.


Thank you

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


Re: Project available

2020-05-11 Thread Sri Harsha
iam interested in this project plz let me know brief about this
Best Regards
From
V.Sri harsha


On Mon, May 11, 2020 at 11:35 AM maninder singh Kumar <
maninder.s.ku...@gmail.com> wrote:

> Dear group members,
>
> I have a django project available the flowcharts of which will be up in 1
> week.  Write or call if interested ?
>
> Willy
> +91 9910669700
> wi...@kawapeople.com
>
> Sent from my iPad
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/58FEE8F5-5336-43BA-B65D-ECDA1C8303EA%40gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAMPL_p5CekXgrCHa1C-vhrO%3DhU4bQS0cWBrJE_Q-vu9rYsXvOA%40mail.gmail.com.


Re: Project available

2020-05-11 Thread Fulbéria Tangbé
Le lundi 11 mai 2020 06:06:23 UTC, maninder singh Kumar a écrit :
> Dear group members,
> 
> I have a django project available the flowcharts of which will be up in 1 
> week.  Write or call if interested ?
> 
> Willy
> +91 9910669700
> wi...@kawapeople.com
> 
> Sent from my iPad

Salut Monsieur! Au fait j'ai un problème au niveau de mon projet Django 2.2.5 : 
j'ai crée mon projet Django en ayant des applications(blog, services, à propos 
... ) ma question : est-ce que si je crée un modèle dans l'une des applications 
est-ce que les autres applications hériteront ce model ? Ou bien c'est la seule 
application qui héritera de son modèle ? Aide moi je suis confus.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e1fcfa73-5d44-45cb-9da4-221c554dcc6a%40googlegroups.com.


Re: django celery and mqtt

2020-05-11 Thread Fulbéria Tangbé
Le samedi 9 mai 2020 01:34:17 UTC, Riska Kurniyanto Abdullah a écrit :
> Dear all django users,
> 
> 
> 1. I want to attach my mqtt client script in django apps, where should I put 
> the script to launch them so the script can run as long task running. 
> 2. In mqtt client i have task to save the message in database? how to make 
> this task possible to handle with celery.
> 
> 
> Thanks in advance.
> 
> 
> 
> 
> 
> 
> 
> This e-mail (including any attachments) is private and confidential and may 
> contain privileged material. If you have received this e-mail in error, 
> please notify the sender and delete it (including any attachments) 
> immediately. You must not copy, distribute, disclose or use any of the 
> information in it or any attachments.

Salut Monsieur ! Au fait j'aimerais que vous me rendiez un services : j'ai crée 
mon projet Django 2.2.5 dans ce projet j'ai crée beaucoup d'applications 
maintenant je veux instaurer dans l'une de mes applications mes modèles django  
ma question est-ce que toutes mes applications vont hériter de ce modèle?

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/85483193-856e-44f8-9200-727316312566%40googlegroups.com.


Re: Project available

2020-05-11 Thread maninder singh Kumar
sending a mail to kesari...@gmail.com.
I suppose this is an Indian.


[image: --]

Maninder Kumar
[image: http://]about.me/maninder.s.kumar





On Mon, May 11, 2020 at 6:30 PM S K  wrote:

> It's 7026210649
>
> On Mon, 11 May, 2020, 6:27 pm Adedotun Richard, 
> wrote:
>
>> I'm interested
>> You can send a zoom invite and let's talk.
>>
>> On Mon, May 11, 2020, 11:05 AM maninder singh Kumar <
>> maninder.s.ku...@gmail.com> wrote:
>>
>>> S.K thanks for the response.
>>> Is there phone number I can get in touch with you?
>>>
>>> Regs
>>> Willy
>>>
>>> Sent from my iPad
>>>
>>> On 11-May-2020, at 11:44 AM, S K  wrote:
>>>
>>> I am interested. Would like to collaborate with you.
>>>
>>> On Mon, 11 May, 2020, 11:35 am maninder singh Kumar, <
>>> maninder.s.ku...@gmail.com> wrote:
>>>
 Dear group members,

 I have a django project available the flowcharts of which will be up in
 1 week.  Write or call if interested ?

 Willy
 +91 9910669700
 wi...@kawapeople.com

 Sent from my iPad

 --
 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+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/58FEE8F5-5336-43BA-B65D-ECDA1C8303EA%40gmail.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+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAL17tVCy7Nmg%3DBbcGBGesD2KML2ksdJyMzLX0Hc6c%3DtP9aj_ug%40mail.gmail.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+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/6B6B741C-A5A8-4C92-AAD1-4566842ABD03%40gmail.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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CA%2BndhONt2Ut0Xs3yQtbor5PYbyG4%3DThL%2B7WAJSgQg7-hpD2Gug%40mail.gmail.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAL17tVDBYXo%2B092%3D%2B81guVJRMbs8mB7n8G-gidDBVopBCV1PkA%40mail.gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABOHK3QxZQeCXPKo7XZsa4JY69OU3SLGO7WswoJp5%3DeGecTGyw%40mail.gmail.com.


Re: Project available

2020-05-11 Thread maninder singh Kumar
Are you in India ?


[image: --]

Maninder Kumar
[image: http://]about.me/maninder.s.kumar





On Mon, May 11, 2020 at 6:59 PM Akshat Zala  wrote:

> I am interested. Do let me know what is to be done.
>
> Regards.
> Akshat
>
> On Monday, 11 May 2020 11:36:23 UTC+5:30, maninder singh Kumar wrote:
>>
>> Dear group members,
>>
>> I have a django project available the flowcharts of which will be up in 1
>> week.  Write or call if interested ?
>>
>> Willy
>> +91 9910669700
>> wi...@kawapeople.com
>>
>> Sent from my iPad
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5c8a86af-12b6-458f-b496-dacada4782c6%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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABOHK3QS7K0%2BVdkiFCzKjamf8X_q%3Dp1DcyzKFKR_366673yYZg%40mail.gmail.com.


Re: Project available

2020-05-11 Thread maninder singh Kumar
Are you based in India ?


[image: --]

Maninder Kumar
[image: http://]about.me/maninder.s.kumar





On Mon, May 11, 2020 at 7:14 PM ekong, emmanuel 
wrote:

> I am interested too... I can receive a mail here  for acceptance
>
> On Mon, 11 May 2020 at 2:37 PM, sachin chaurasiya <
> sachinchaurasiyachote...@gmail.com> wrote:
>
>> I am interested đź‘Ť
>>
>> On Mon, May 11, 2020, 6:59 PM Akshat Zala  wrote:
>>
>>> I am interested. Do let me know what is to be done.
>>>
>>> Regards.
>>> Akshat
>>>
>>> On Monday, 11 May 2020 11:36:23 UTC+5:30, maninder singh Kumar wrote:

 Dear group members,

 I have a django project available the flowcharts of which will be up in
 1 week.  Write or call if interested ?

 Willy
 +91 9910669700
 wi...@kawapeople.com

 Sent from my iPad
>>>
>>> --
>>> 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+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/5c8a86af-12b6-458f-b496-dacada4782c6%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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAD_X%3DJqdd_mfpDrgKYbpRrArfVj8F_d1HuaMgpDRkH4dpwnpHA%40mail.gmail.com
>> 
>> .
>>
>
> *Disclaimer*
> This e-mail is intended solely for the named recipient. The information
> contained in this message is strictly confidential.
>
>- If you are not the named recipient, you are hereby notified that any
>use, dissemination or reproduction of this document and or its content is
>prohibited and may be deemed unlawful.
>- If you are not the named recipient of this e-mail, please notify the
>sender by a return e-mail and delete all copies of it from your computer
>and mail.
>
> Any views expressed in this e-mail are those of the individual sender,
> except where the sender specifically states them to be those of Landmark
> University , to whom no liability shall be attached
> whatsoever.
>
> Thank you
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAAP9wcwXTWQMMfBG0NLfU0HK8du9EUz-M7zuusaARcb38iMPgQ%40mail.gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABOHK3Q5o-NoabOJFuT3wmG9g8ypc8Q_UV6s-U-db8tMK%2BtU3w%40mail.gmail.com.


Re: Project available

2020-05-11 Thread maninder singh Kumar
Are you based in India ?


[image: --]

Maninder Kumar
[image: http://]about.me/maninder.s.kumar





On Mon, May 11, 2020 at 7:17 PM Fulbéria Tangbé <
fulberiatangbe2...@gmail.com> wrote:

> Le lundi 11 mai 2020 06:06:23 UTC, maninder singh Kumar a Ă©crit :
> > Dear group members,
> >
> > I have a django project available the flowcharts of which will be up in
> 1 week.  Write or call if interested ?
> >
> > Willy
> > +91 9910669700
> > wi...@kawapeople.com
> >
> > Sent from my iPad
>
> Salut Monsieur! Au fait j'ai un problème au niveau de mon projet Django
> 2.2.5 : j'ai crée mon projet Django en ayant des applications(blog,
> services, à propos ... ) ma question : est-ce que si je crée un modèle dans
> l'une des applications est-ce que les autres applications hériteront ce
> model ? Ou bien c'est la seule application qui héritera de son modèle ?
> Aide moi je suis confus.
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/e1fcfa73-5d44-45cb-9da4-221c554dcc6a%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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABOHK3SBZQA1M%2BqMdwLAE86nv%3DQHoNWfWUrwdsoN3_vG%3DMj3mg%40mail.gmail.com.


Re: Project available

2020-05-11 Thread S K
Yes it is. Is this project only specific to one region?

On Mon, May 11, 2020 at 8:11 PM maninder singh Kumar <
maninder.s.ku...@gmail.com> wrote:

> sending a mail to kesari...@gmail.com.
> I suppose this is an Indian.
>
>
> [image: --]
>
> Maninder Kumar
> [image: http://]about.me/maninder.s.kumar
> 
>
>
>
>
> On Mon, May 11, 2020 at 6:30 PM S K  wrote:
>
>> It's 7026210649
>>
>> On Mon, 11 May, 2020, 6:27 pm Adedotun Richard, 
>> wrote:
>>
>>> I'm interested
>>> You can send a zoom invite and let's talk.
>>>
>>> On Mon, May 11, 2020, 11:05 AM maninder singh Kumar <
>>> maninder.s.ku...@gmail.com> wrote:
>>>
 S.K thanks for the response.
 Is there phone number I can get in touch with you?

 Regs
 Willy

 Sent from my iPad

 On 11-May-2020, at 11:44 AM, S K  wrote:

 I am interested. Would like to collaborate with you.

 On Mon, 11 May, 2020, 11:35 am maninder singh Kumar, <
 maninder.s.ku...@gmail.com> wrote:

> Dear group members,
>
> I have a django project available the flowcharts of which will be up
> in 1 week.  Write or call if interested ?
>
> Willy
> +91 9910669700
> wi...@kawapeople.com
>
> Sent from my iPad
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/58FEE8F5-5336-43BA-B65D-ECDA1C8303EA%40gmail.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+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/CAL17tVCy7Nmg%3DBbcGBGesD2KML2ksdJyMzLX0Hc6c%3DtP9aj_ug%40mail.gmail.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+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/6B6B741C-A5A8-4C92-AAD1-4566842ABD03%40gmail.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+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CA%2BndhONt2Ut0Xs3yQtbor5PYbyG4%3DThL%2B7WAJSgQg7-hpD2Gug%40mail.gmail.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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAL17tVDBYXo%2B092%3D%2B81guVJRMbs8mB7n8G-gidDBVopBCV1PkA%40mail.gmail.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CABOHK3QxZQeCXPKo7XZsa4JY69OU3SLGO7WswoJp5%3DeGecTGyw%40mail.gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAL17tVDCtdHr6QACUu4D3ixyDTvpqXWdU4pE_GWOQETDW-GZ%2Bg%40mail.gmail.com.


Re: Project available

2020-05-11 Thread Kola Badmus
I’m interested too +2347036497792

Sent from my iPhone

> On 11 May 2020, at 2:43 PM, ekong, emmanuel  wrote:
> 
> I am interested too... I can receive a mail here  for acceptance 
> 
>> On Mon, 11 May 2020 at 2:37 PM, sachin chaurasiya 
>>  wrote:
>> I am interested đź‘Ť
>> 
>>> On Mon, May 11, 2020, 6:59 PM Akshat Zala  wrote:
>>> I am interested. Do let me know what is to be done.
>>> 
>>> Regards.
>>> Akshat
>>> 
 On Monday, 11 May 2020 11:36:23 UTC+5:30, maninder singh Kumar wrote:
 Dear group members, 
 
 I have a django project available the flowcharts of which will be up in 1 
 week.  Write or call if interested ? 
 
 Willy 
 +91 9910669700 
 wi...@kawapeople.com 
 
 Sent from my iPad
>>> 
>>> -- 
>>> 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+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/5c8a86af-12b6-458f-b496-dacada4782c6%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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CAD_X%3DJqdd_mfpDrgKYbpRrArfVj8F_d1HuaMgpDRkH4dpwnpHA%40mail.gmail.com.
> 
> Disclaimer
> This e-mail is intended solely for the named recipient. The information 
> contained in this message is strictly confidential. 
> If you are not the named recipient, you are hereby notified that any use, 
> dissemination or reproduction of this document and or its content is 
> prohibited and may be deemed unlawful.
> If you are not the named recipient of this e-mail, please notify the sender 
> by a return e-mail and delete all copies of it from your computer and mail.
> Any views expressed in this e-mail are those of the individual sender, except 
> where the sender specifically states them to be those of Landmark University, 
> to whom no liability shall be attached whatsoever.
> 
> Thank you
> -- 
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/CAAP9wcwXTWQMMfBG0NLfU0HK8du9EUz-M7zuusaARcb38iMPgQ%40mail.gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4F8A0121-3644-48F3-B8F1-7B3432A13303%40gmail.com.


Re: Project available

2020-05-11 Thread S K
I'm from Bangalore.

On Mon, May 11, 2020 at 8:19 PM Kola Badmus 
wrote:

> I’m interested too +2347036497792
>
> Sent from my iPhone
>
> On 11 May 2020, at 2:43 PM, ekong, emmanuel 
> wrote:
>
> I am interested too... I can receive a mail here  for acceptance
>
> On Mon, 11 May 2020 at 2:37 PM, sachin chaurasiya <
> sachinchaurasiyachote...@gmail.com> wrote:
>
>> I am interested đź‘Ť
>>
>> On Mon, May 11, 2020, 6:59 PM Akshat Zala  wrote:
>>
>>> I am interested. Do let me know what is to be done.
>>>
>>> Regards.
>>> Akshat
>>>
>>> On Monday, 11 May 2020 11:36:23 UTC+5:30, maninder singh Kumar wrote:

 Dear group members,

 I have a django project available the flowcharts of which will be up in
 1 week.  Write or call if interested ?

 Willy
 +91 9910669700
 wi...@kawapeople.com

 Sent from my iPad
>>>
>>> --
>>> 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+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/5c8a86af-12b6-458f-b496-dacada4782c6%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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAD_X%3DJqdd_mfpDrgKYbpRrArfVj8F_d1HuaMgpDRkH4dpwnpHA%40mail.gmail.com
>> 
>> .
>>
>
> *Disclaimer*
> This e-mail is intended solely for the named recipient. The information
> contained in this message is strictly confidential.
>
>- If you are not the named recipient, you are hereby notified that any
>use, dissemination or reproduction of this document and or its content is
>prohibited and may be deemed unlawful.
>- If you are not the named recipient of this e-mail, please notify the
>sender by a return e-mail and delete all copies of it from your computer
>and mail.
>
> Any views expressed in this e-mail are those of the individual sender,
> except where the sender specifically states them to be those of Landmark
> University , to whom no liability shall be attached
> whatsoever.
>
> Thank you
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAAP9wcwXTWQMMfBG0NLfU0HK8du9EUz-M7zuusaARcb38iMPgQ%40mail.gmail.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/4F8A0121-3644-48F3-B8F1-7B3432A13303%40gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAL17tVAp9tGoJusT8NBDBH0kDgrpv87Fcxf2j0RhBFTCygyKFQ%40mail.gmail.com.


Re: Project available

2020-05-11 Thread Ganesh Babu
iam interested in this project .  Please provide exact process of doc.

Thanks & Regards

On Mon, May 11, 2020 at 7:16 PM Sri Harsha  wrote:

> iam interested in this project plz let me know brief about this
> Best Regards
> From
> V.Sri harsha
>
>
> On Mon, May 11, 2020 at 11:35 AM maninder singh Kumar <
> maninder.s.ku...@gmail.com> wrote:
>
>> Dear group members,
>>
>> I have a django project available the flowcharts of which will be up in 1
>> week.  Write or call if interested ?
>>
>> Willy
>> +91 9910669700
>> wi...@kawapeople.com
>>
>> Sent from my iPad
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/58FEE8F5-5336-43BA-B65D-ECDA1C8303EA%40gmail.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAMPL_p5CekXgrCHa1C-vhrO%3DhU4bQS0cWBrJE_Q-vu9rYsXvOA%40mail.gmail.com
> 
> .
>


-- 
Best Regards
Sri Ganesh Babu.S
Lead Software Engineer,
C2S technologies,
Ph: 9246425074

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJZVxAsFoxjT%3D%2Bwys%2Bb1iFgR5E4hSNQ%3DhZH%2BY0wzXY7cmE2KXA%40mail.gmail.com.


Re: Project available

2020-05-11 Thread Ali Murtuza
I am also intrested

On Mon, 11 May 2020 at 7:41 PM, maninder singh Kumar <
maninder.s.ku...@gmail.com> wrote:

> sending a mail to kesari...@gmail.com.
> I suppose this is an Indian.
>
>
> [image: --]
>
> Maninder Kumar
> [image: http://]about.me/maninder.s.kumar
> 
>
>
>
>
> On Mon, May 11, 2020 at 6:30 PM S K  wrote:
>
>> It's 7026210649
>>
>> On Mon, 11 May, 2020, 6:27 pm Adedotun Richard, 
>> wrote:
>>
>>> I'm interested
>>> You can send a zoom invite and let's talk.
>>>
>>> On Mon, May 11, 2020, 11:05 AM maninder singh Kumar <
>>> maninder.s.ku...@gmail.com> wrote:
>>>
 S.K thanks for the response.
 Is there phone number I can get in touch with you?

 Regs
 Willy

 Sent from my iPad

 On 11-May-2020, at 11:44 AM, S K  wrote:

 I am interested. Would like to collaborate with you.

 On Mon, 11 May, 2020, 11:35 am maninder singh Kumar, <
 maninder.s.ku...@gmail.com> wrote:

> Dear group members,
>
> I have a django project available the flowcharts of which will be up
> in 1 week.  Write or call if interested ?
>
> Willy
> +91 9910669700
> wi...@kawapeople.com
>
> Sent from my iPad
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/58FEE8F5-5336-43BA-B65D-ECDA1C8303EA%40gmail.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+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/CAL17tVCy7Nmg%3DBbcGBGesD2KML2ksdJyMzLX0Hc6c%3DtP9aj_ug%40mail.gmail.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+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/6B6B741C-A5A8-4C92-AAD1-4566842ABD03%40gmail.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+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CA%2BndhONt2Ut0Xs3yQtbor5PYbyG4%3DThL%2B7WAJSgQg7-hpD2Gug%40mail.gmail.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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAL17tVDBYXo%2B092%3D%2B81guVJRMbs8mB7n8G-gidDBVopBCV1PkA%40mail.gmail.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CABOHK3QxZQeCXPKo7XZsa4JY69OU3SLGO7WswoJp5%3DeGecTGyw%40mail.gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BGgMvWmeJR%2BsuXrKES5Q1hAk2vNQRidxxVqbrOdiJjsgZN7_Q%40mail.gmail.com.


Re: Project available

2020-05-11 Thread Ali Murtuza
No I am from Pakistan

On Mon, 11 May 2020 at 7:46 PM, maninder singh Kumar <
maninder.s.ku...@gmail.com> wrote:

> Are you based in India ?
>
>
> [image: --]
>
> Maninder Kumar
> [image: http://]about.me/maninder.s.kumar
> 
>
>
>
>
> On Mon, May 11, 2020 at 7:17 PM Fulbéria Tangbé <
> fulberiatangbe2...@gmail.com> wrote:
>
>> Le lundi 11 mai 2020 06:06:23 UTC, maninder singh Kumar a Ă©crit :
>> > Dear group members,
>> >
>> > I have a django project available the flowcharts of which will be up in
>> 1 week.  Write or call if interested ?
>> >
>> > Willy
>> > +91 9910669700
>> > wi...@kawapeople.com
>> >
>> > Sent from my iPad
>>
>> Salut Monsieur! Au fait j'ai un problème au niveau de mon projet Django
>> 2.2.5 : j'ai crée mon projet Django en ayant des applications(blog,
>> services, à propos ... ) ma question : est-ce que si je crée un modèle dans
>> l'une des applications est-ce que les autres applications hériteront ce
>> model ? Ou bien c'est la seule application qui héritera de son modèle ?
>> Aide moi je suis confus.
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/e1fcfa73-5d44-45cb-9da4-221c554dcc6a%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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CABOHK3SBZQA1M%2BqMdwLAE86nv%3DQHoNWfWUrwdsoN3_vG%3DMj3mg%40mail.gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BGgMvVBw8fu9g-9kPxq1phuVdhcYaO-2SWyKxJrN6F5%3DthHOw%40mail.gmail.com.


Re: Project available

2020-05-11 Thread maninder singh Kumar
Sorry, it would not be possible to give an internship in case you are not
in India, I would require you for maintainance later on.

regards
willy


On Mon, May 11, 2020 at 8:30 PM Ali Murtuza  wrote:

> No I am from Pakistan
>
> On Mon, 11 May 2020 at 7:46 PM, maninder singh Kumar <
> maninder.s.ku...@gmail.com> wrote:
>
>> Are you based in India ?
>>
>>
>> [image: --]
>>
>> Maninder Kumar
>> [image: http://]about.me/maninder.s.kumar
>> 
>>
>>
>>
>>
>> On Mon, May 11, 2020 at 7:17 PM Fulbéria Tangbé <
>> fulberiatangbe2...@gmail.com> wrote:
>>
>>> Le lundi 11 mai 2020 06:06:23 UTC, maninder singh Kumar a Ă©crit :
>>> > Dear group members,
>>> >
>>> > I have a django project available the flowcharts of which will be up
>>> in 1 week.  Write or call if interested ?
>>> >
>>> > Willy
>>> > +91 9910669700
>>> > wi...@kawapeople.com
>>> >
>>> > Sent from my iPad
>>>
>>> Salut Monsieur! Au fait j'ai un problème au niveau de mon projet Django
>>> 2.2.5 : j'ai crée mon projet Django en ayant des applications(blog,
>>> services, à propos ... ) ma question : est-ce que si je crée un modèle dans
>>> l'une des applications est-ce que les autres applications hériteront ce
>>> model ? Ou bien c'est la seule application qui héritera de son modèle ?
>>> Aide moi je suis confus.
>>>
>>> --
>>> 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+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/e1fcfa73-5d44-45cb-9da4-221c554dcc6a%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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CABOHK3SBZQA1M%2BqMdwLAE86nv%3DQHoNWfWUrwdsoN3_vG%3DMj3mg%40mail.gmail.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CA%2BGgMvVBw8fu9g-9kPxq1phuVdhcYaO-2SWyKxJrN6F5%3DthHOw%40mail.gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABOHK3QLDpXhoBnF%2B1Sz-GE-2xELV-vbTuA9TWcV%3DtqaH%2BZ%2B_w%40mail.gmail.com.


Re: Project available

2020-05-11 Thread S K
Its totally fine. Thanks

On Mon, May 11, 2020 at 8:35 PM maninder singh Kumar <
maninder.s.ku...@gmail.com> wrote:

> Sorry, it would not be possible to give an internship in case you are not
> in India, I would require you for maintainance later on.
>
> regards
> willy
>
>
> On Mon, May 11, 2020 at 8:30 PM Ali Murtuza 
> wrote:
>
>> No I am from Pakistan
>>
>> On Mon, 11 May 2020 at 7:46 PM, maninder singh Kumar <
>> maninder.s.ku...@gmail.com> wrote:
>>
>>> Are you based in India ?
>>>
>>>
>>> [image: --]
>>>
>>> Maninder Kumar
>>> [image: http://]about.me/maninder.s.kumar
>>> 
>>>
>>>
>>>
>>>
>>> On Mon, May 11, 2020 at 7:17 PM Fulbéria Tangbé <
>>> fulberiatangbe2...@gmail.com> wrote:
>>>
 Le lundi 11 mai 2020 06:06:23 UTC, maninder singh Kumar a Ă©crit :
 > Dear group members,
 >
 > I have a django project available the flowcharts of which will be up
 in 1 week.  Write or call if interested ?
 >
 > Willy
 > +91 9910669700
 > wi...@kawapeople.com
 >
 > Sent from my iPad

 Salut Monsieur! Au fait j'ai un problème au niveau de mon projet Django
 2.2.5 : j'ai crée mon projet Django en ayant des applications(blog,
 services, à propos ... ) ma question : est-ce que si je crée un modèle dans
 l'une des applications est-ce que les autres applications hériteront ce
 model ? Ou bien c'est la seule application qui héritera de son modèle ?
 Aide moi je suis confus.

 --
 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+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/e1fcfa73-5d44-45cb-9da4-221c554dcc6a%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+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CABOHK3SBZQA1M%2BqMdwLAE86nv%3DQHoNWfWUrwdsoN3_vG%3DMj3mg%40mail.gmail.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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CA%2BGgMvVBw8fu9g-9kPxq1phuVdhcYaO-2SWyKxJrN6F5%3DthHOw%40mail.gmail.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CABOHK3QLDpXhoBnF%2B1Sz-GE-2xELV-vbTuA9TWcV%3DtqaH%2BZ%2B_w%40mail.gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAL17tVAdyq6Q1vcs%3D9BZ0t9yF0NY1EhOGiZj5BtA0gXQkAvsHw%40mail.gmail.com.


Re: Project available

2020-05-11 Thread Kunal Solanke
Info plz

On Mon, May 11, 2020, 11:35 maninder singh Kumar 
wrote:

> Dear group members,
>
> I have a django project available the flowcharts of which will be up in 1
> week.  Write or call if interested ?
>
> Willy
> +91 9910669700
> wi...@kawapeople.com
>
> Sent from my iPad
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/58FEE8F5-5336-43BA-B65D-ECDA1C8303EA%40gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAOecAny2HPReogKwmggv1VhDn8AF%2B1ThWhdf7ahQKLcLs57d1Q%40mail.gmail.com.


Re: django celery and mqtt

2020-05-11 Thread Riska Kurniyanto Abdullah
OK, no problem, We can talk it in another thread or in a private, but not
in this thread please. Just contact me direct to my mailbox. And.. in
english please.. :D

This e-mail (including any attachments) is private and confidential and may
contain privileged material. If you have received this e-mail in error,
please notify the sender and delete it (including any
attachments) immediately. You must not copy, distribute, disclose or use
any of the information in it or any attachments.


On Mon, May 11, 2020 at 10:08 PM Fulbéria Tangbé <
fulberiatangbe2...@gmail.com> wrote:

> Le samedi 9 mai 2020 01:34:17 UTC, Riska Kurniyanto Abdullah a Ă©crit :
> > Dear all django users,
> >
> >
> > 1. I want to attach my mqtt client script in django apps, where should I
> put the script to launch them so the script can run as long task running.
> > 2. In mqtt client i have task to save the message in database? how to
> make this task possible to handle with celery.
> >
> >
> > Thanks in advance.
> >
> >
> >
> >
> >
> >
> >
> > This e-mail (including any attachments) is private and confidential and
> may contain privileged material. If you have received this e-mail in error,
> please notify the sender and delete it (including any
> attachments) immediately. You must not copy, distribute, disclose or use
> any of the information in it or any attachments.
>
> Salut Monsieur ! Au fait j'aimerais que vous me rendiez un services : j'ai
> crée mon projet Django 2.2.5 dans ce projet j'ai crée beaucoup
> d'applications maintenant je veux instaurer dans l'une de mes applications
> mes modèles django  ma question est-ce que toutes mes applications vont
> hériter de ce modèle?
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/85483193-856e-44f8-9200-727316312566%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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAG7yD2LNi8BGj6tfenb27S-cNVDExcHwBPxLbc7nr7j-zwsQ6Q%40mail.gmail.com.


Re: django celery and mqtt

2020-05-11 Thread Francisco Viteri
+ 786 878 9396
Please Add me and send me a message I will pay for your time as a mentor in
Django an for a project

On Mon, May 11, 2020 at 12:51 PM Riska Kurniyanto Abdullah <
alternative@gmail.com> wrote:

> OK, no problem, We can talk it in another thread or in a private, but not
> in this thread please. Just contact me direct to my mailbox. And.. in
> english please.. :D
>
> This e-mail (including any attachments) is private and confidential and
> may contain privileged material. If you have received this e-mail in error,
> please notify the sender and delete it (including any
> attachments) immediately. You must not copy, distribute, disclose or use
> any of the information in it or any attachments.
>
>
> On Mon, May 11, 2020 at 10:08 PM Fulbéria Tangbé <
> fulberiatangbe2...@gmail.com> wrote:
>
>> Le samedi 9 mai 2020 01:34:17 UTC, Riska Kurniyanto Abdullah a Ă©crit :
>> > Dear all django users,
>> >
>> >
>> > 1. I want to attach my mqtt client script in django apps, where should
>> I put the script to launch them so the script can run as long task running.
>> > 2. In mqtt client i have task to save the message in database? how to
>> make this task possible to handle with celery.
>> >
>> >
>> > Thanks in advance.
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > This e-mail (including any attachments) is private and confidential and
>> may contain privileged material. If you have received this e-mail in error,
>> please notify the sender and delete it (including any
>> attachments) immediately. You must not copy, distribute, disclose or use
>> any of the information in it or any attachments.
>>
>> Salut Monsieur ! Au fait j'aimerais que vous me rendiez un services :
>> j'ai crée mon projet Django 2.2.5 dans ce projet j'ai crée beaucoup
>> d'applications maintenant je veux instaurer dans l'une de mes applications
>> mes modèles django  ma question est-ce que toutes mes applications vont
>> hériter de ce modèle?
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/85483193-856e-44f8-9200-727316312566%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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAG7yD2LNi8BGj6tfenb27S-cNVDExcHwBPxLbc7nr7j-zwsQ6Q%40mail.gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACgs8%3DuD1i%2B9nT3ek_G4-9buLozN9TB5aUdZhLADyRkOSVqxzA%40mail.gmail.com.


Re: Project available

2020-05-11 Thread Ali Murtuza
It is totally fine

On Mon, 11 May 2020 at 9:29 PM, Kunal Solanke 
wrote:

> Info plz
>
> On Mon, May 11, 2020, 11:35 maninder singh Kumar <
> maninder.s.ku...@gmail.com> wrote:
>
>> Dear group members,
>>
>> I have a django project available the flowcharts of which will be up in 1
>> week.  Write or call if interested ?
>>
>> Willy
>> +91 9910669700
>> wi...@kawapeople.com
>>
>> Sent from my iPad
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/58FEE8F5-5336-43BA-B65D-ECDA1C8303EA%40gmail.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAOecAny2HPReogKwmggv1VhDn8AF%2B1ThWhdf7ahQKLcLs57d1Q%40mail.gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BGgMvU4KBHq_FcoBs6c3TB2%3Dr7emaeBbw%3Dy-z5pPjc-RCM2Xw%40mail.gmail.com.


Re: Project available

2020-05-11 Thread Nagaraju Singothu
I'm interested sir

On Mon 11 May, 2020, 11:36 AM maninder singh Kumar, <
maninder.s.ku...@gmail.com> wrote:

> Dear group members,
>
> I have a django project available the flowcharts of which will be up in 1
> week.  Write or call if interested ?
>
> Willy
> +91 9910669700
> wi...@kawapeople.com
>
> Sent from my iPad
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/58FEE8F5-5336-43BA-B65D-ECDA1C8303EA%40gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAMyGuAaiJkUeDXhcyczQ2DjAyAByS%2BhCF2tt8bnv24dpz5ENvQ%40mail.gmail.com.


Media files and download url

2020-05-11 Thread Parampal Singh
Access media vedio files only when user logged in

Temporary file download url every time change


Any suggestions on these topics

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e3df42b1-4dc8-478f-a25f-3315451f0852%40googlegroups.com.


Re: Media files and download url

2020-05-11 Thread Riska Kurniyanto Abdullah
Amazon S3 have simple solution for that topic


On Tue, May 12, 2020 at 1:27 AM Parampal Singh 
wrote:

> Access media vedio files only when user logged in
>
> Temporary file download url every time change
>
>
> Any suggestions on these topics
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/e3df42b1-4dc8-478f-a25f-3315451f0852%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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAG7yD2%2BWYKor2k8KRuq5peg1c3rPxRzpn6hoD4Ji8dfxhDi_Lw%40mail.gmail.com.


TestCase failing when using transaction.atomic() inside test

2020-05-11 Thread Uri Kogan
Hello,

I am using TestCase and trying to create an object during test.
There is a log activated on MySQL server, so I see all the queries being 
executed there.

This "transaction.atomic" sets a SAVEPOINT in the database thinking that 
the transaction is already started. The problem is that there is no 
"TRANSACTION START". So, when exiting "with transaction.atomic()" block the 
whole thing crashes with "SAVEPOINT xxx DOES NOT EXIST"

The following states that TestCase "tests within two nested atomic() 
blocks", so it should execute "TRANSACTION START"
https://docs.djangoproject.com/en/3.0/topics/testing/tools/#django.test.TestCase


from django.contrib.auth.models import User
from django.test import TestCase


class FooTest(TestCase):
def test_bar(self):
with transaction.atomic():
user = User.objects.create_user(username="abc", password="pass")


-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ecff11bd-9d35-4130-9d3a-0d48f70af73f%40googlegroups.com.


Re: TestCase failing when using transaction.atomic() inside test

2020-05-11 Thread Aldian Fazrihady
I don't think the subclass of TestCase need to use transaction.atomic. Why
can't you just remove the transaction.atomic?

Regards,

Aldian Fazrihady
http://aldianfazrihady.com

Pada tanggal Sel, 12 Mei 2020 04.02, Uri Kogan  menulis:

> Hello,
>
> I am using TestCase and trying to create an object during test.
> There is a log activated on MySQL server, so I see all the queries being
> executed there.
>
> This "transaction.atomic" sets a SAVEPOINT in the database thinking that
> the transaction is already started. The problem is that there is no
> "TRANSACTION START". So, when exiting "with transaction.atomic()" block the
> whole thing crashes with "SAVEPOINT xxx DOES NOT EXIST"
>
> The following states that TestCase "tests within two nested atomic()
> blocks", so it should execute "TRANSACTION START"
>
> https://docs.djangoproject.com/en/3.0/topics/testing/tools/#django.test.TestCase
>
>
> from django.contrib.auth.models import User
> from django.test import TestCase
>
>
> class FooTest(TestCase):
> def test_bar(self):
> with transaction.atomic():
> user = User.objects.create_user(username="abc",
> password="pass")
>
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/ecff11bd-9d35-4130-9d3a-0d48f70af73f%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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAN7EoAZi_aRZcppf1xZ6XLF4FGJULq3pL7pnoi33HainJa0JgQ%40mail.gmail.com.


Re: Django Lessons

2020-05-11 Thread bnrc
Hey Eugen,

your lessons about nginx/gunicorn configuration were exactly what i was 
looking for the past 5 days. 

Thanks a lot :)

Am Freitag, 8. Mai 2020 08:10:43 UTC+2 schrieb Eugen Ciur:
>
> Hi, 
>
> on https://django-lessons.com I release weekly screencasts about Django 
> Web Framework. Lessons are usually very short, around 10 minutes.
> Each of them focuses on a single practical topic so that you can 
> immediately apply learned skills in your projects.
> 50% of all content always will be free.
>
> I would love your feedback!
>
> Regards,
> Eugen / Django Lessons
>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a1dd57d8-39e5-4e21-a1f3-e7d350d0717a%40googlegroups.com.


Re: How to push data fetched from excel to DB using Django?

2020-05-11 Thread DAVID ALEJANDRO Pineda
You can use the Fixtures feature

First, pass to csv your spreadsheet

Then, you have in mind the model or set of models

ModelA
ModelB

The fields, the data type for every field.

Then, convert to a file of JSON to load with the fixture command.

I can share with you my code that do that:
https://gitlab.com/pineiden/csv-2-json


Other path is loading the django settings and reading every row and convert
to a dict and init the object
Like this.
https://gitlab.com/pineiden/websocketsoftware/-/blob/master/websocketdatamanager/DjangoDataManager.py

Any question, write to me ;)






El vie., 8 may. 2020 a las 8:04, ratnadeep ray ()
escribiĂł:

> Hi all,
>
> Can anyone let me know how to push the fetched data from an excel to any
> DB using Django?
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/1e970207-0c86-4925-b4c8-dbce7c7c069d%40googlegroups.com
> 
> .
>


-- 
Ingeniero Civil Electricista U. de Chile
F: +56 9 82142267 - dpin...@ug.uchile.cl

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAM2MghgmJ%3Drdp%2B-UqHidr5mcNwEXVea4oG3xQEH0_x3VS9CvjQ%40mail.gmail.com.


Re: Django Package Website is not opening

2020-05-11 Thread Kidwell Nyatsambo
Hello, how do you configure VPN, I mean password and name etc. Please help.
I remember doing it a year or 2 ago now I have forgotten. I'm in Zimbabwe.
On 05 May 2020 09:25, "Mike Dewhirst"  wrote:

> On 5/05/2020 5:08 pm, Hamza Mirchi wrote:
>
>> Hi Mike!
>>
>> What is the issue here
>>
>> sometimes it opened and sometimes it's not opening
>>
>
> I really have no idea. I believe it must be an internet problem between
> you and the site because it works for me.
>
> Maybe you could contact your IT support people and ask them to diagnose
> the problem.
>
>
>> I'm from pakistan
>>
>> Thanks
>>
>> On Monday, May 4, 2020 at 4:31:49 AM UTC-4, Mike Dewhirst wrote:
>>
>> On 4/05/2020 6:21 pm, Mike Dewhirst wrote:
>> > On 4/05/2020 6:14 pm, Hamza Mirchi wrote:
>> >> Hi Everyone,
>> >>
>> >> Please Fix This issue
>> >>
>> >> This website is not opening
>> >> https://djangopackages.org/
>> >> I need to check packages for my Django app but it's not opening
>> >> please fix that
>> >
>> > Works for me
>>
>> Further to that, it might not be working depending on your geographic
>> location. See ...
>>
>> https://robertheaton.com/2020/04/27/how-does-a-tcp-reset-attack-work/
>> > attack-work/>
>>
>>
>> As it happens I'm in Australia and one of my projects does a bit
>> of web
>> scraping looking for specific data. It works perfectly when
>> running on
>> my dev or staging server here. However, on the production server
>> running
>> on a DigitalOcean droplet in Singapore, there are certain sites in
>> Europe which cannot be reached.
>>
>> It is definitely not the software so I'm left with a puzzle. I
>> suspect
>> the internet or the web is being interfered with as per the great
>> firewall of China. I don't know whether the interference is
>> European or
>> Singaporean but it is definitely there.
>>
>> Cheers
>>
>> Mike
>>
>> >
>> >> --
>> >> 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...@googlegroups.com 
>> >> .
>> >> To view this discussion on the web visit
>> >>
>> https://groups.google.com/d/msgid/django-users/5b84cacf-b1ef
>> -43b2-aaf3-e4320e33ceff%40googlegroups.com
>> > f-43b2-aaf3-e4320e33ceff%40googlegroups.com>
>>
>> >>
>> > f-43b2-aaf3-e4320e33ceff%40googlegroups.com?utm_medium=email
>> &utm_source=footer
>> > f-43b2-aaf3-e4320e33ceff%40googlegroups.com?utm_medium=email
>> &utm_source=footer>>.
>>
>> >>
>> >
>>
>> --
>> 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+unsubscr...@googlegroups.com > django-users+unsubscr...@googlegroups.com>.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/django-users/3a847d76-1e69-486c-bb80-9a861c17259b%40googlegroups.com
>> > 9-486c-bb80-9a861c17259b%40googlegroups.com?utm_medium=email
>> &utm_source=footer>.
>>
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/ms
> gid/django-users/9ba60110-a1ba-3e66-e8cb-2ad200331860%40dewhirst.com.au.
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAKdOBrgtn%2BiRxVExy23CbKofWzmQ9o-8SEi7-KWj-r1RLnhd6A%40mail.gmail.com.


Re: TestCase failing when using transaction.atomic() inside test

2020-05-11 Thread Uri Kogan
While this can be done in my code, there are libraries that the project use 
that have "transaction.atomic" in them. For example, pretty popular 
django-role-permissions.
>From what I see in the documentation, there should be no problem to use 
transactions within transactions in TestCase.

On Tuesday, May 12, 2020 at 12:34:50 AM UTC+3, Aldian Fazrihady wrote:
>
> I don't think the subclass of TestCase need to use transaction.atomic. Why 
> can't you just remove the transaction.atomic? 
>
> Regards, 
>
> Aldian Fazrihady
> http://aldianfazrihady.com
>
> Pada tanggal Sel, 12 Mei 2020 04.02, Uri Kogan  > menulis:
>
>> Hello,
>>
>> I am using TestCase and trying to create an object during test.
>> There is a log activated on MySQL server, so I see all the queries being 
>> executed there.
>>
>> This "transaction.atomic" sets a SAVEPOINT in the database thinking that 
>> the transaction is already started. The problem is that there is no 
>> "TRANSACTION START". So, when exiting "with transaction.atomic()" block the 
>> whole thing crashes with "SAVEPOINT xxx DOES NOT EXIST"
>>
>> The following states that TestCase "tests within two nested atomic() 
>> blocks", so it should execute "TRANSACTION START"
>>
>> https://docs.djangoproject.com/en/3.0/topics/testing/tools/#django.test.TestCase
>>
>> 
>> from django.contrib.auth.models import User
>> from django.test import TestCase
>>
>>
>> class FooTest(TestCase):
>> def test_bar(self):
>> with transaction.atomic():
>> user = User.objects.create_user(username="abc", 
>> password="pass")
>>
>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/ecff11bd-9d35-4130-9d3a-0d48f70af73f%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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3741328a-941b-4864-a20d-5e2d9c4937d5%40googlegroups.com.


Tried to update field X with a model instance, < X >. Use a value compatible with CharField.

2020-05-11 Thread hajar
hello django users , 

I am trying to update a class using signals , you will understand once you 
see the code below 

class mail_item_count(models.Model):
   country = models.CharField(max_length=100)
   count = models.IntegerField(default=1)
   

def __str__(self):
   return '{}, {}'.format(self.country,self.count)

def sum(self):
   a = sum(instance.count for instance in self.objects.all())
   return a 


@receiver(post_save, sender=mail_item)
def update_count(sender, instance, created, **kwargs):
   count_object,_ = 
mail_item_count.objects.get_or_create(country=instance.Pays_origine) 

count_object.count = count_object.count + 1
   count_object.save()

but I am getting this error : 

*" Tried to update field dashboard.mail_item_count.country with a model 
instance, . Use a value compatible with CharField. "*

can you help me out solving it 

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a1f70a09-51f6-426a-a8b4-868f05923438%40googlegroups.com.


Re: Tried to update field X with a model instance, < X >. Use a value compatible with CharField.

2020-05-11 Thread Uri Kogan
I think, for that you'll have to show your "mail_item" model too.

On Tuesday, May 12, 2020 at 8:43:43 AM UTC+3, hajar wrote:
>
> hello django users , 
>
> I am trying to update a class using signals , you will understand once you 
> see the code below 
>
> class mail_item_count(models.Model):
>country = models.CharField(max_length=100)
>count = models.IntegerField(default=1)
>
>
> def __str__(self):
>return '{}, {}'.format(self.country,self.count)
>
> def sum(self):
>a = sum(instance.count for instance in self.objects.all())
>return a 
>
>
> @receiver(post_save, sender=mail_item)
> def update_count(sender, instance, created, **kwargs):
>count_object,_ = 
> mail_item_count.objects.get_or_create(country=instance.Pays_origine) 
>
> count_object.count = count_object.count + 1
>count_object.save()
>
> but I am getting this error : 
>
> *" Tried to update field dashboard.mail_item_count.country with a model 
> instance, . Use a value compatible with CharField. "*
>
> can you help me out solving it 
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/aea6aa0a-26bd-495f-bad0-ae4781a9c02f%40googlegroups.com.


Re: Django Lessons

2020-05-11 Thread Eugen Ciur
You are welcome!
I am really glad that you found content useful :)

On Tuesday, May 12, 2020 at 1:26:56 AM UTC+2, bnrc wrote:
>
> Hey Eugen,
>
> your lessons about nginx/gunicorn configuration were exactly what i was 
> looking for the past 5 days. 
>
> Thanks a lot :)
>
> Am Freitag, 8. Mai 2020 08:10:43 UTC+2 schrieb Eugen Ciur:
>>
>> Hi, 
>>
>> on https://django-lessons.com I release weekly screencasts about Django 
>> Web Framework. Lessons are usually very short, around 10 minutes.
>> Each of them focuses on a single practical topic so that you can 
>> immediately apply learned skills in your projects.
>> 50% of all content always will be free.
>>
>> I would love your feedback!
>>
>> Regards,
>> Eugen / Django Lessons
>>
>>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e30b5475-935d-42a0-89b6-a8fa524f226a%40googlegroups.com.


Re: Tried to update field X with a model instance, < X >. Use a value compatible with CharField.

2020-05-11 Thread hajar

class mail_item(models.Model):
   #mail_item_fid = 
models.OneToOneField(Mail_item_Event,on_delete=models.CASCADE)
   Event_cd = models.OneToOneField(Mail_item_Event,on_delete=models.CASCADE,
related_name="mail_item_event_cd")
   office_Evt_cd = models.ForeignKey(Office,on_delete=models.CASCADE, 
related_name='office_Ev')
   Date_Evt = models.DateTimeField()
   Pays_origine = models.ForeignKey(Pays, on_delete=models.CASCADE ,
related_name='paysOrigine')
   Pays_destination = models.ForeignKey(Pays,on_delete=models.CASCADE,
related_name='paysDestination')
   Expediteur_id = models.ForeignKey(Client,on_delete=models.CASCADE,
related_name='expedi')
   Destinateur_id = models.ForeignKey(Client,on_delete=models.CASCADE,
related_name='destin')



Le mardi 12 mai 2020 06:43:43 UTC+1, hajar a Ă©crit :
>
> hello django users , 
>
> I am trying to update a class using signals , you will understand once you 
> see the code below 
>
> class mail_item_count(models.Model):
>country = models.CharField(max_length=100)
>count = models.IntegerField(default=1)
>
>
> def __str__(self):
>return '{}, {}'.format(self.country,self.count)
>
> def sum(self):
>a = sum(instance.count for instance in self.objects.all())
>return a 
>
>
> @receiver(post_save, sender=mail_item)
> def update_count(sender, instance, created, **kwargs):
>count_object,_ = 
> mail_item_count.objects.get_or_create(country=instance.Pays_origine) 
>
> count_object.count = count_object.count + 1
>count_object.save()
>
> but I am getting this error : 
>
> *" Tried to update field dashboard.mail_item_count.country with a model 
> instance, . Use a value compatible with CharField. "*
>
> can you help me out solving it 
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c12b8c96-2630-477a-bb7d-7e2742f48117%40googlegroups.com.


Re: TestCase failing when using transaction.atomic() inside test

2020-05-11 Thread Aldian Fazrihady
When testing django apps, my unit test usually accesses the django app via
django test client:
https://docs.djangoproject.com/en/3.0/topics/testing/tools/#the-test-client.
Django test client simulates http access, so my Django tests always run my
Django code starting from Django views.
Even though there must be many django app code that has
`transaction.atomic` inside it, I never need to add `transaction.atomic` in
my unit test code.
If I need to simulate initial state by having some data inserted to
database, I did that either using factoryboy or django ORM framework, but I
see no point to add `transaction.atomic` to that data initialization code.

On Tue, May 12, 2020 at 12:39 PM Uri Kogan  wrote:

> While this can be done in my code, there are libraries that the project
> use that have "transaction.atomic" in them. For example, pretty popular
> django-role-permissions.
> From what I see in the documentation, there should be no problem to use
> transactions within transactions in TestCase.
>
> On Tuesday, May 12, 2020 at 12:34:50 AM UTC+3, Aldian Fazrihady wrote:
>>
>> I don't think the subclass of TestCase need to use transaction.atomic.
>> Why can't you just remove the transaction.atomic?
>>
>> Regards,
>>
>> Aldian Fazrihady
>> http://aldianfazrihady.com
>>
>> Pada tanggal Sel, 12 Mei 2020 04.02, Uri Kogan 
>> menulis:
>>
>>> Hello,
>>>
>>> I am using TestCase and trying to create an object during test.
>>> There is a log activated on MySQL server, so I see all the queries being
>>> executed there.
>>>
>>> This "transaction.atomic" sets a SAVEPOINT in the database thinking that
>>> the transaction is already started. The problem is that there is no
>>> "TRANSACTION START". So, when exiting "with transaction.atomic()" block the
>>> whole thing crashes with "SAVEPOINT xxx DOES NOT EXIST"
>>>
>>> The following states that TestCase "tests within two nested atomic()
>>> blocks", so it should execute "TRANSACTION START"
>>>
>>> https://docs.djangoproject.com/en/3.0/topics/testing/tools/#django.test.TestCase
>>>
>>>
>>> from django.contrib.auth.models import User
>>> from django.test import TestCase
>>>
>>>
>>> class FooTest(TestCase):
>>> def test_bar(self):
>>> with transaction.atomic():
>>> user = User.objects.create_user(username="abc",
>>> password="pass")
>>>
>>>
>>> --
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/ecff11bd-9d35-4130-9d3a-0d48f70af73f%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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/3741328a-941b-4864-a20d-5e2d9c4937d5%40googlegroups.com
> 
> .
>


-- 
Regards,

Aldian Fazrihady
http://aldianfazrihady.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAN7EoAYO3N3E7Jrds9sqmnfKOUFHwtdf%3DXMra2WZ3WCiDiJfEw%40mail.gmail.com.


Re: TestCase failing when using transaction.atomic() inside test

2020-05-11 Thread Uri Kogan
That not that simple in my case because. I'll show what I mean:

from django.contrib.auth.models import User
from django.test import TestCase
from rolepermissions.roles import assign_role

class FooTest(TestCase):
def test_bar(self):
u = User.objects.create_user(username="abc", password="pass")
assign_role(u, "role_admin")
retrieve_and_analyze_view_using_u_credentials()

I am testing that my permission routines work by creating a user, assigning 
permissions to the user, retrieving the view and analyzing it. That "
assign_role" call of django-role-permissions uses "transaction.atomic". 
Which, of course, I would not want to change, as this is an external 
library.

So I can't really remove usages of "transaction.atomic"



On Tuesday, May 12, 2020 at 9:48:21 AM UTC+3, Aldian Fazrihady wrote:
>
> When testing django apps, my unit test usually accesses the django app via 
> django test client: 
> https://docs.djangoproject.com/en/3.0/topics/testing/tools/#the-test-client
> .
> Django test client simulates http access, so my Django tests always run my 
> Django code starting from Django views. 
> Even though there must be many django app code that has 
> `transaction.atomic` inside it, I never need to add `transaction.atomic` in 
> my unit test code.
> If I need to simulate initial state by having some data inserted to 
> database, I did that either using factoryboy or django ORM framework, but I 
> see no point to add `transaction.atomic` to that data initialization code.
>
> On Tue, May 12, 2020 at 12:39 PM Uri Kogan > 
> wrote:
>
>> While this can be done in my code, there are libraries that the project 
>> use that have "transaction.atomic" in them. For example, pretty popular 
>> django-role-permissions.
>> From what I see in the documentation, there should be no problem to use 
>> transactions within transactions in TestCase.
>>
>> On Tuesday, May 12, 2020 at 12:34:50 AM UTC+3, Aldian Fazrihady wrote:
>>>
>>> I don't think the subclass of TestCase need to use transaction.atomic. 
>>> Why can't you just remove the transaction.atomic? 
>>>
>>> Regards, 
>>>
>>> Aldian Fazrihady
>>> http://aldianfazrihady.com
>>>
>>> Pada tanggal Sel, 12 Mei 2020 04.02, Uri Kogan  
>>> menulis:
>>>
 Hello,

 I am using TestCase and trying to create an object during test.
 There is a log activated on MySQL server, so I see all the queries 
 being executed there.

 This "transaction.atomic" sets a SAVEPOINT in the database thinking 
 that the transaction is already started. The problem is that there is no 
 "TRANSACTION START". So, when exiting "with transaction.atomic()" block 
 the 
 whole thing crashes with "SAVEPOINT xxx DOES NOT EXIST"

 The following states that TestCase "tests within two nested atomic() 
 blocks", so it should execute "TRANSACTION START"

 https://docs.djangoproject.com/en/3.0/topics/testing/tools/#django.test.TestCase

 
 from django.contrib.auth.models import User
 from django.test import TestCase


 class FooTest(TestCase):
 def test_bar(self):
 with transaction.atomic():
 user = User.objects.create_user(username="abc", 
 password="pass")


 -- 
 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...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/django-users/ecff11bd-9d35-4130-9d3a-0d48f70af73f%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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/3741328a-941b-4864-a20d-5e2d9c4937d5%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Regards,
>
> Aldian Fazrihady
> http://aldianfazrihady.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/91984522-1535-4f37-8fb8-ae76c7095298%40googlegroups.com.