Re: python/django/vs code

2024-06-06 Thread Bhagyashri Phalake

  Calculate Total Sales in View

from django.shortcuts import render
from .models import Sale

def sales_report(request):
sales = Sale.objects.all()
total_sales = sales.aggregate(total=models.Sum('total_price'))['total']
return render(request, 'sales_report.html', {'sales': sales, 
'total_sales': total_sales})


*Calculate Total Sales in View*:

  from flask import Flask, render_template
from models import db, Sale

app = Flask(__name__)
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///sales.db'
db.init_app(app)

@app.route('/sales_report')
def sales_report():
sales = Sale.query.all()
total_sales = sum(sale.total_price for sale in sales)
return render_template('sales_report.html', sales=sales, 
total_sales=total_sales)

if __name__ == '__main__':
app.run(debug=True)


Sales

| Product   | Date   | Amount | Quantity Sold | Total Price |

| Product A | 2024-06-01 | 100.00 | 2 | 200.00  |
| Product B | 2024-06-02 | 150.00 | 1 | 150.00  |
| Product A | 2024-06-03 | 100.00 | 3 | 300.00  |

Total Sales: 650.00


On Thursday 6 June 2024 at 08:24:46 UTC+5:30 Nagaraja wrote:

> try below method
>
> 
> {% block content %}
> {% endblock content %}
> 
>
>
> On Wed, Jun 5, 2024 at 1:09 PM 'Mee “MeeGrp” Grp' via Django users <
> django...@googlegroups.com> wrote:
>
>> I have two html files 1. view_sales.html  2. total_sales.html
>>
>> I want to display output of total_sales.html within  view_sales.html* 
>> just below *
>> *view_sales.html output*
>>
>> Your help would be highly appreciated 
>>
>>
>> -- 
>> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/30b6b324-22b2-44f1-b2dd-b0b034ac2f61n%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/96e52f98-0225-4f2c-b210-41458a913dd1n%40googlegroups.com.


Re: python/django/vs code

2024-06-05 Thread Nagaraja
try below method


{% block content %}
{% endblock content %}



On Wed, Jun 5, 2024 at 1:09 PM 'Mee “MeeGrp” Grp' via Django users <
django-users@googlegroups.com> wrote:

> I have two html files 1. view_sales.html  2. total_sales.html
>
> I want to display output of total_sales.html within  view_sales.html*
> just below *
> *view_sales.html output*
>
> Your help would be highly appreciated 
>
>
> --
> 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/30b6b324-22b2-44f1-b2dd-b0b034ac2f61n%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/CAN1LePhad6wCKuqZZAOcY_NRr-Vbq4SORkU08p4NNFrDYzTrqg%40mail.gmail.com.


Re: python/django/vs code

2024-06-05 Thread Web dev
Hi, I guess your trouble.
Let me try.

On Wed, Jun 5, 2024 at 4:38 PM 'Mee “MeeGrp” Grp' via Django users <
django-users@googlegroups.com> wrote:

> I have two html files 1. view_sales.html  2. total_sales.html
>
> I want to display output of total_sales.html within  view_sales.html*
> just below *
> *view_sales.html output*
>
> Your help would be highly appreciated 
>
>
> --
> 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/30b6b324-22b2-44f1-b2dd-b0b034ac2f61n%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/CAJyUeCT7V4353VnQQZyKuz5JdAL42NM87siNxoCEgVEUfLo1qw%40mail.gmail.com.


Re: Python Django Training

2020-12-19 Thread Oyedele Yusuff
Add me also

On Fri, 18 Dec 2020 3:26 pm Rafael Alix,  wrote:

> Pls add me
>
> On Wednesday, December 16, 2020 at 12:10:52 PM UTC-5 ray.s...@gmail.com
> wrote:
>
>> Pls add me
>>
>> On Wed, 16 Dec 2020, 10:26 pm Nagaraju Singothu, 
>> wrote:
>>
>>> I'm also interested sir, Plz add me I'm from hyderabad
>>>
>>> On Mon 7 Dec, 2020, 1:40 PM narendra thapa, 
>>> wrote:
>>>
 hello please add me also in training group?


 On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
 wrote:

> Hi,
> I also from Hyderabad and I'm also interested in the training. please
> tell me how to join?
>
> Regards,
> Bharati
>
> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
> thiagar...@gmail.com> wrote:
>
>> I'm also interested. Please add me in the group.
>>
>>
>> Thanks & Regards,
>> Thiagu
>>
>> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
>> wrote:
>>
>>> I am interested also. Please let me know the details.
>>>
>>> On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:
>>>
 Hi,

 I am from Hyderabad. I am Python Developer by Profession. I am
 eager take up any Python , Django Training (online Preferrable or
 Weekends). Members who require can contact me or share me  there idea.

 Regards,
 Srikanth.K

 --
 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...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
>>> 
>>> .
>>>
>>
>>
>> --
>>
>> Thanks & Regards,
>>
>> *Thiagu Palaniappan*
>>
>> M +91 (0) 9994318799 <+91%2099943%2018799>
>>
>> *DXC Technology*
>> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden,
>> Nandambakkam post, Ramapuram, Chennai - 600 089.
>>
>> dxc.technology  / Twitter
>>  / Facebook
>>  / LinkedIn
>> 
>>
>> --
>> 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...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%40mail.gmail.com
 
 .

>>> --
>>> You received this message because you are subscribed 

Re: Python Django Training

2020-12-18 Thread Rafael Alix
Pls add me  

On Wednesday, December 16, 2020 at 12:10:52 PM UTC-5 ray.s...@gmail.com 
wrote:

> Pls add me
>
> On Wed, 16 Dec 2020, 10:26 pm Nagaraju Singothu,  
> wrote:
>
>> I'm also interested sir, Plz add me I'm from hyderabad 
>>
>> On Mon 7 Dec, 2020, 1:40 PM narendra thapa,  
>> wrote:
>>
>>> hello please add me also in training group?
>>>
>>>
>>> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam  
>>> wrote:
>>>
 Hi,
 I also from Hyderabad and I'm also interested in the training. please 
 tell me how to join?

 Regards,
 Bharati

 On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan,  
 wrote:

> I'm also interested. Please add me in the group.
>
>
> Thanks & Regards,
> Thiagu
>
> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul  
> wrote:
>
>> I am interested also. Please let me know the details.
>>
>> On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:
>>
>>> Hi,
>>>
>>> I am from Hyderabad. I am Python Developer by Profession. I am eager 
>>> take up any Python , Django Training (online Preferrable or Weekends). 
>>> Members who require can contact me or share me  there idea.
>>>
>>> Regards,
>>> Srikanth.K
>>>
>>> -- 
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
>>  
>> 
>> .
>>
>
>
> -- 
>
> Thanks & Regards,
>
> *Thiagu Palaniappan*
>
> M +91 (0) 9994318799 <+91%2099943%2018799>
>
> *DXC Technology*
> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam 
> post, Ramapuram, Chennai - 600 089.
>
> dxc.technology  / Twitter 
>  / Facebook 
>  / LinkedIn 
>  
>
> -- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/django-users/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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 

Re: Python Django Training

2020-12-16 Thread Saswat Ray
Pls add me

On Wed, 16 Dec 2020, 10:26 pm Nagaraju Singothu, <
nagarajusingoth...@gmail.com> wrote:

> I'm also interested sir, Plz add me I'm from hyderabad
>
> On Mon 7 Dec, 2020, 1:40 PM narendra thapa, 
> wrote:
>
>> hello please add me also in training group?
>>
>>
>> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
>> wrote:
>>
>>> Hi,
>>> I also from Hyderabad and I'm also interested in the training. please
>>> tell me how to join?
>>>
>>> Regards,
>>> Bharati
>>>
>>> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
>>> thiagarajan@gmail.com> wrote:
>>>
 I'm also interested. Please add me in the group.


 Thanks & Regards,
 Thiagu

 On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
 wrote:

> I am interested also. Please let me know the details.
>
> On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:
>
>> Hi,
>>
>> I am from Hyderabad. I am Python Developer by Profession. I am eager
>> take up any Python , Django Training (online Preferrable or Weekends).
>> Members who require can contact me or share me  there idea.
>>
>> Regards,
>> Srikanth.K
>>
>> --
>> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
> 
> .
>


 --

 Thanks & Regards,

 *Thiagu Palaniappan*

 M +91 (0) 9994318799

 *DXC Technology*
 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
 post, Ramapuram, Chennai - 600 089.

 dxc.technology  / Twitter
  / Facebook
  / LinkedIn
 

 --
 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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/CAMyGuAbvEsXwNB5_Kwj7HwGtfpjR7e29YytETZZbeqEd4UXW4A%40mail.gmail.com
> 

Re: Python Django Training

2020-12-16 Thread Nagaraju Singothu
I'm also interested sir, Plz add me I'm from hyderabad

On Mon 7 Dec, 2020, 1:40 PM narendra thapa, 
wrote:

> hello please add me also in training group?
>
>
> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
> wrote:
>
>> Hi,
>> I also from Hyderabad and I'm also interested in the training. please
>> tell me how to join?
>>
>> Regards,
>> Bharati
>>
>> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
>> thiagarajan@gmail.com> wrote:
>>
>>> I'm also interested. Please add me in the group.
>>>
>>>
>>> Thanks & Regards,
>>> Thiagu
>>>
>>> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
>>> wrote:
>>>
 I am interested also. Please let me know the details.

 On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:

> Hi,
>
> I am from Hyderabad. I am Python Developer by Profession. I am eager
> take up any Python , Django Training (online Preferrable or Weekends).
> Members who require can contact me or share me  there idea.
>
> Regards,
> Srikanth.K
>
> --
> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
 
 .

>>>
>>>
>>> --
>>>
>>> Thanks & Regards,
>>>
>>> *Thiagu Palaniappan*
>>>
>>> M +91 (0) 9994318799
>>>
>>> *DXC Technology*
>>> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
>>> post, Ramapuram, Chennai - 600 089.
>>>
>>> dxc.technology  / Twitter
>>>  / Facebook
>>>  / LinkedIn
>>> 
>>>
>>> --
>>> 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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/CAMyGuAbvEsXwNB5_Kwj7HwGtfpjR7e29YytETZZbeqEd4UXW4A%40mail.gmail.com.


Re: Python Django Training

2020-12-16 Thread Ajay Prajapati
Interested

Regards,
Ajay Prajapati  |*  SDE 2*
Haptik

M: +91 7030308678


On Wed, Dec 16, 2020 at 7:38 PM Chuck  wrote:

> add me also in the training group, thanks.
>
> On Tuesday, December 15, 2020, 05:51:21 AM PST, manishimwe emmanuel <
> manishimweemmanu...@gmail.com> wrote:
>
>
> Hello add me also in training group?
>
> On Tue, Dec 15, 2020 at 8:35 AM Eugene TUYIZERE 
> wrote:
>
> add me please
>
> On Mon, 7 Dec 2020 at 10:10, narendra thapa 
> wrote:
>
> hello please add me also in training group?
>
>
> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
> wrote:
>
> Hi,
> I also from Hyderabad and I'm also interested in the training. please tell
> me how to join?
>
> Regards,
> Bharati
>
> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
> thiagarajan@gmail.com> wrote:
>
> I'm also interested. Please add me in the group.
>
>
> Thanks & Regards,
> Thiagu
>
> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
> wrote:
>
> I am interested also. Please let me know the details.
>
> On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:
>
> Hi,
>
> I am from Hyderabad. I am Python Developer by Profession. I am eager take
> up any Python , Django Training (online Preferrable or Weekends). Members
> who require can contact me or share me  there idea.
>
> Regards,
> Srikanth.K
>
> --
> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
> 
> .
>
>
>
> --
>
> Thanks & Regards,
>
> *Thiagu Palaniappan*
>
> M +91 (0) 9994318799
>
> *DXC Technology*
> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
> post, Ramapuram, Chennai - 600 089.
>
> dxc.technology  / Twitter
>  / Facebook
>  / LinkedIn
> 
>
> --
> 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%40mail.gmail.com
> 
> .
>
>
>
> --
> *TUYIZERE Eugene*
>
>
>
> *Msc Degree in Mathematical Science*
>
> *African Institute for Mathematical Sciences (AIMS Cameroon)Crystal
> Garden-Lime, Cameroon*
>
> Bsc in Computer Science
>
> *UR-Nyagatare Campus*
>
> Email: eugene.tuyiz...@aims-cameroon.org
>eugenetuyiz...@gmail.com
>
> Tel: (+250) 7 88 26 33 38, (+250) 7 22 26 33 38
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To 

Re: Python Django Training

2020-12-16 Thread Chuck
 add me also in the training group, thanks.

On Tuesday, December 15, 2020, 05:51:21 AM PST, manishimwe emmanuel 
 wrote:  
 
 Hello add me also in training group?  

On Tue, Dec 15, 2020 at 8:35 AM Eugene TUYIZERE  
wrote:

add me please

On Mon, 7 Dec 2020 at 10:10, narendra thapa  wrote:

hello please add me also in training group?

On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam  wrote:

Hi,I also from Hyderabad and I'm also interested in the training. please tell 
me how to join?
Regards,Bharati

On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan,  
wrote:

I'm also interested. Please add me in the group.

Thanks & Regards,Thiagu
On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul  wrote:

I am interested also. Please let me know the details.
On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:

Hi,
I am from Hyderabad. I am Python Developer by Profession. I am eager take up 
any Python , Django Training (online Preferrable or Weekends). Members who 
require can contact me or share me  there idea.
Regards,Srikanth.K

-- 
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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com.



-- 

Thanks & Regards,

ThiaguPalaniappan

M +91 (0) 9994318799

DXC Technology
8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam 
post,Ramapuram, Chennai - 600 089.

dxc.technology/ Twitter/ Facebook/ LinkedIn 


-- 
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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%40mail.gmail.com.



-- 
TUYIZERE Eugene

Msc Degree in Mathematical Science

African Institute for Mathematical Sciences (AIMS Cameroon)
Crystal Garden-Lime, Cameroon

Bsc in Computer Science

UR-Nyagatare Campus

Email: eugene.tuyiz...@aims-cameroon.org
           eugenetuyiz...@gmail.com

Tel: (+250) 7 88 26 33 38, (+250) 7 22 26 33 38


-- 
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/CABxpZHtAChxgAaBSDpwbgF%3Dx5LFkZjbZBBq7uoqwePWh1bf9JQ%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/CAPvkFrHN0eh5ZEUDRyqJ9fBRi3ie5QYUTm21d4JVNHVe2CHMCw%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/997268923.682819.1608069203522%40mail.yahoo.com.


Re: Python Django Training

2020-12-15 Thread manishimwe emmanuel
Hello add me also in training group?

On Tue, Dec 15, 2020 at 8:35 AM Eugene TUYIZERE 
wrote:

> add me please
>
> On Mon, 7 Dec 2020 at 10:10, narendra thapa 
> wrote:
>
>> hello please add me also in training group?
>>
>>
>> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
>> wrote:
>>
>>> Hi,
>>> I also from Hyderabad and I'm also interested in the training. please
>>> tell me how to join?
>>>
>>> Regards,
>>> Bharati
>>>
>>> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
>>> thiagarajan@gmail.com> wrote:
>>>
 I'm also interested. Please add me in the group.


 Thanks & Regards,
 Thiagu

 On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
 wrote:

> I am interested also. Please let me know the details.
>
> On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:
>
>> Hi,
>>
>> I am from Hyderabad. I am Python Developer by Profession. I am eager
>> take up any Python , Django Training (online Preferrable or Weekends).
>> Members who require can contact me or share me  there idea.
>>
>> Regards,
>> Srikanth.K
>>
>> --
>> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
> 
> .
>


 --

 Thanks & Regards,

 *Thiagu Palaniappan*

 M +91 (0) 9994318799

 *DXC Technology*
 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
 post, Ramapuram, Chennai - 600 089.

 dxc.technology  / Twitter
  / Facebook
  / LinkedIn
 

 --
 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%40mail.gmail.com
>> 
>> .
>>
>
>
> --
> *TUYIZERE Eugene*
>
>
>
> *Msc Degree in Mathematical Science*
>
> *African Institute for Mathematical Sciences (AIMS Cameroon)Crystal
> Garden-Lime, Cameroon*
>
> Bsc in Computer Science
>
> *UR-Nyagatare Campus*
>
> Email: eugene.tuyiz...@aims-cameroon.org
>eugenetuyiz...@gmail.com
>
> Tel: (+250) 7 88 26 33 38, (+250) 7 22 26 33 38
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django 

Re: Python Django Training

2020-12-14 Thread Eugene TUYIZERE
add me please

On Mon, 7 Dec 2020 at 10:10, narendra thapa 
wrote:

> hello please add me also in training group?
>
>
> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
> wrote:
>
>> Hi,
>> I also from Hyderabad and I'm also interested in the training. please
>> tell me how to join?
>>
>> Regards,
>> Bharati
>>
>> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
>> thiagarajan@gmail.com> wrote:
>>
>>> I'm also interested. Please add me in the group.
>>>
>>>
>>> Thanks & Regards,
>>> Thiagu
>>>
>>> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
>>> wrote:
>>>
 I am interested also. Please let me know the details.

 On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:

> Hi,
>
> I am from Hyderabad. I am Python Developer by Profession. I am eager
> take up any Python , Django Training (online Preferrable or Weekends).
> Members who require can contact me or share me  there idea.
>
> Regards,
> Srikanth.K
>
> --
> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
 
 .

>>>
>>>
>>> --
>>>
>>> Thanks & Regards,
>>>
>>> *Thiagu Palaniappan*
>>>
>>> M +91 (0) 9994318799
>>>
>>> *DXC Technology*
>>> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
>>> post, Ramapuram, Chennai - 600 089.
>>>
>>> dxc.technology  / Twitter
>>>  / Facebook
>>>  / LinkedIn
>>> 
>>>
>>> --
>>> 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%40mail.gmail.com
> 
> .
>


-- 
*TUYIZERE Eugene*



*Msc Degree in Mathematical Science*

*African Institute for Mathematical Sciences (AIMS Cameroon)Crystal
Garden-Lime, Cameroon*

Bsc in Computer Science

*UR-Nyagatare Campus*

Email: eugene.tuyiz...@aims-cameroon.org
   eugenetuyiz...@gmail.com

Tel: (+250) 7 88 26 33 38, (+250) 7 22 26 33 38

-- 
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 

RE: Python Django Training

2020-12-12 Thread LASISI HABEEB
Interested...


Sent from Mail for Windows 10

From: Pawan Goswami
Sent: December 13, 2020 3:47 AM
To: django-users@googlegroups.com
Subject: Re: Python Django Training

I'm interested too...

On Sat, 12 Dec, 2020, 6:51 AM paidjoo indo,  wrote:
Am too, I'm interesting training Django

On Mon, Dec 7, 2020, 3:09 PM narendra thapa  wrote:
hello please add me also in training group?


On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam  wrote:
Hi,
I also from Hyderabad and I'm also interested in the training. please tell me 
how to join?

Regards,
Bharati
On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan,  
wrote:
I'm also interested. Please add me in the group.


Thanks & Regards,
Thiagu

On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul  wrote:
I am interested also. Please let me know the details.

On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:
Hi,

I am from Hyderabad. I am Python Developer by Profession. I am eager take up 
any Python , Django Training (online Preferrable or Weekends). Members who 
require can contact me or share me  there idea.

Regards,
Srikanth.K
-- 
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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com.



-- 
Thanks & Regards,
Thiagu Palaniappan

M +91 (0) 9994318799

DXC Technology
8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam post, 
Ramapuram, Chennai - 600 089.

dxc.technology / Twitter / Facebook / LinkedIn 
-- 
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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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/CAO%3D2VJ%3DMDRBazgQQuYAprk53sj-Pke%2BKeK4Okp2PEmjq4DqUAw%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/CAM%3DXy2ooyNO%3Dsvd3RQbzkm5pTAHbKicuemPnQW1nKzY52bZU2Q%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/5fd58173.1c69fb81.5a44a.4667%40mx.google.com.


Re: Python Django Training

2020-12-12 Thread Pawan Goswami
I'm interested too...

On Sat, 12 Dec, 2020, 6:51 AM paidjoo indo,  wrote:

> Am too, I'm interesting training Django
>
> On Mon, Dec 7, 2020, 3:09 PM narendra thapa 
> wrote:
>
>> hello please add me also in training group?
>>
>>
>> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
>> wrote:
>>
>>> Hi,
>>> I also from Hyderabad and I'm also interested in the training. please
>>> tell me how to join?
>>>
>>> Regards,
>>> Bharati
>>>
>>> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
>>> thiagarajan@gmail.com> wrote:
>>>
 I'm also interested. Please add me in the group.


 Thanks & Regards,
 Thiagu

 On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
 wrote:

> I am interested also. Please let me know the details.
>
> On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:
>
>> Hi,
>>
>> I am from Hyderabad. I am Python Developer by Profession. I am eager
>> take up any Python , Django Training (online Preferrable or Weekends).
>> Members who require can contact me or share me  there idea.
>>
>> Regards,
>> Srikanth.K
>>
>> --
>> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
> 
> .
>


 --

 Thanks & Regards,

 *Thiagu Palaniappan*

 M +91 (0) 9994318799

 *DXC Technology*
 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
 post, Ramapuram, Chennai - 600 089.

 dxc.technology  / Twitter
  / Facebook
  / LinkedIn
 

 --
 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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/CAO%3D2VJ%3DMDRBazgQQuYAprk53sj-Pke%2BKeK4Okp2PEmjq4DqUAw%40mail.gmail.com
> 

Re: Python Django Training

2020-12-11 Thread paidjoo indo
Am too, I'm interesting training Django

On Mon, Dec 7, 2020, 3:09 PM narendra thapa 
wrote:

> hello please add me also in training group?
>
>
> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
> wrote:
>
>> Hi,
>> I also from Hyderabad and I'm also interested in the training. please
>> tell me how to join?
>>
>> Regards,
>> Bharati
>>
>> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
>> thiagarajan@gmail.com> wrote:
>>
>>> I'm also interested. Please add me in the group.
>>>
>>>
>>> Thanks & Regards,
>>> Thiagu
>>>
>>> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
>>> wrote:
>>>
 I am interested also. Please let me know the details.

 On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:

> Hi,
>
> I am from Hyderabad. I am Python Developer by Profession. I am eager
> take up any Python , Django Training (online Preferrable or Weekends).
> Members who require can contact me or share me  there idea.
>
> Regards,
> Srikanth.K
>
> --
> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
 
 .

>>>
>>>
>>> --
>>>
>>> Thanks & Regards,
>>>
>>> *Thiagu Palaniappan*
>>>
>>> M +91 (0) 9994318799
>>>
>>> *DXC Technology*
>>> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
>>> post, Ramapuram, Chennai - 600 089.
>>>
>>> dxc.technology  / Twitter
>>>  / Facebook
>>>  / LinkedIn
>>> 
>>>
>>> --
>>> 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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/CAO%3D2VJ%3DMDRBazgQQuYAprk53sj-Pke%2BKeK4Okp2PEmjq4DqUAw%40mail.gmail.com.


Re: Python Django Training

2020-12-11 Thread Chuck
 I'm interested too. Thnaks.

On Friday, December 11, 2020, 07:36:45 AM PST, Mitchel Inaju 
 wrote:  
 
 I'm interested Could you please add me up?
On Mon, 7 Dec 2020, 9:09 am narendra thapa,  wrote:

hello please add me also in training group?

On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam  wrote:

Hi,I also from Hyderabad and I'm also interested in the training. please tell 
me how to join?
Regards,Bharati

On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan,  
wrote:

I'm also interested. Please add me in the group.

Thanks & Regards,Thiagu
On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul  wrote:

I am interested also. Please let me know the details.
On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:

Hi,
I am from Hyderabad. I am Python Developer by Profession. I am eager take up 
any Python , Django Training (online Preferrable or Weekends). Members who 
require can contact me or share me  there idea.
Regards,Srikanth.K

-- 
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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com.



-- 

Thanks & Regards,

ThiaguPalaniappan

M +91 (0) 9994318799

DXC Technology
8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam 
post,Ramapuram, Chennai - 600 089.

dxc.technology/ Twitter/ Facebook/ LinkedIn 


-- 
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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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/CAGp2WB9TfE8hvoq5aakhnN0XpKua4OxDKh3x4EcRWiy9qU2Dxw%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/937772253.4529767.1607735708882%40mail.yahoo.com.


Re: Python Django Training

2020-12-11 Thread Mitchel Inaju
I'm interested
Could you please add me up?

On Mon, 7 Dec 2020, 9:09 am narendra thapa, 
wrote:

> hello please add me also in training group?
>
>
> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
> wrote:
>
>> Hi,
>> I also from Hyderabad and I'm also interested in the training. please
>> tell me how to join?
>>
>> Regards,
>> Bharati
>>
>> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
>> thiagarajan@gmail.com> wrote:
>>
>>> I'm also interested. Please add me in the group.
>>>
>>>
>>> Thanks & Regards,
>>> Thiagu
>>>
>>> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
>>> wrote:
>>>
 I am interested also. Please let me know the details.

 On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:

> Hi,
>
> I am from Hyderabad. I am Python Developer by Profession. I am eager
> take up any Python , Django Training (online Preferrable or Weekends).
> Members who require can contact me or share me  there idea.
>
> Regards,
> Srikanth.K
>
> --
> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
 
 .

>>>
>>>
>>> --
>>>
>>> Thanks & Regards,
>>>
>>> *Thiagu Palaniappan*
>>>
>>> M +91 (0) 9994318799
>>>
>>> *DXC Technology*
>>> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
>>> post, Ramapuram, Chennai - 600 089.
>>>
>>> dxc.technology  / Twitter
>>>  / Facebook
>>>  / LinkedIn
>>> 
>>>
>>> --
>>> 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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/CAGp2WB9TfE8hvoq5aakhnN0XpKua4OxDKh3x4EcRWiy9qU2Dxw%40mail.gmail.com.


Re: Python Django Training

2020-12-09 Thread Sabas Alfredo
I'm interested !!

El mar., 8 de dic. de 2020 6:59 AM, Sujata Aghor 
escribió:

> I m in 
>
> On Tue, Dec 8, 2020 at 6:59 AM cmailu06  wrote:
>
>> I am interested
>>
>>
>>
>>
>> Sent from my Galaxy
>>
>>
>>  Original message 
>> From: Chuck 
>> Date: 08/12/2020 02:42 (GMT+03:00)
>> To: django-users@googlegroups.com
>> Subject: Re: Python Django Training
>>
>> I am also interested.
>>
>> Thanks,
>> Chuck
>>
>> On Monday, December 7, 2020, 06:53:12 AM PST, elon musk <
>> adithyagowli1...@gmail.com> wrote:
>>
>>
>> I am also interested I am also from hyd
>>
>>
>>
>> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
>> Windows 10
>>
>>
>>
>> *From: *tech george 
>> *Sent: *Monday, December 7, 2020 7:24 PM
>> *To: *django-users@googlegroups.com
>> *Subject: *Re: Python Django Training
>>
>>
>>
>> I want in too
>>
>>
>>
>> On Mon, 7 Dec 2020, 16:43 Hector Berrones,  wrote:
>>
>> I am interested.
>>
>>
>>
>> On Mon, Dec 7, 2020, 2:09 AM narendra thapa 
>> wrote:
>>
>> hello please add me also in training group?
>>
>>
>>
>>
>>
>> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
>> wrote:
>>
>> Hi,
>>
>> I also from Hyderabad and I'm also interested in the training. please
>> tell me how to join?
>>
>>
>>
>> Regards,
>>
>> Bharati
>>
>> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
>> thiagarajan@gmail.com> wrote:
>>
>> I'm also interested. Please add me in the group.
>>
>>
>>
>>
>>
>> Thanks & Regards,
>>
>> Thiagu
>>
>>
>>
>> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
>> wrote:
>>
>> I am interested also. Please let me know the details.
>>
>>
>>
>> On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:
>>
>> Hi,
>>
>>
>>
>> I am from Hyderabad. I am Python Developer by Profession. I am eager take
>> up any Python , Django Training (online Preferrable or Weekends). Members
>> who require can contact me or share me  there idea.
>>
>>
>>
>> Regards,
>>
>> Srikanth.K
>>
>> --
>> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>>
>>
>>
>>
>> --
>>
>> Thanks & Regards,
>>
>> *Thiagu Palaniappan*
>>
>> M +91 (0) 9994318799
>>
>> *DXC Technology*
>> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
>> post, Ramapuram, Chennai - 600 089.
>>
>> dxc.technology <http://www.dxc.technology/> / Twitter
>> <https://twitter.com/dxctechnology> / Facebook
>> <https://www.facebook.com/DXCTechnology/> / LinkedIn
>> <https://www.linkedin.com/company/dxctechnology>
>>
>> --
>> 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%40mail.gmail.com
>> <https://g

Re: Python Django Training

2020-12-08 Thread narendra thapa
hello everyone,
I have created a slack group and had added you guys their and here is the
link. Happy LEarning
https://join.slack.com/t/newworkspace-5ux7465/shared_invite/zt-jtnrhbvq-0JGEt0KEaREZsxsZTt2dVw


On Wed, Dec 9, 2020 at 12:24 AM ali faouzi  wrote:

> Also interested !
>
> ‪Le mar. 8 déc. 2020 à 17:12, ‫شيماء شعبان حسن‬‎  a
> écrit :‬
>
>> Hi,
>> I from Egypt and I'm also interested in the training. please tell me how
>> to join?
>>
>> ‫في الثلاثاء، 8 ديسمبر 2020 في 5:42 م تمت كتابة ما يلي بواسطة ‪Dhirendra
>> Tripathi‬‏ <‪dt23...@gmail.com‬‏>:‬
>>
>>> Consider me also I'm interested
>>>
>>> On Mon, Dec 7, 2020, 1:40 PM narendra thapa 
>>> wrote:
>>>
 hello please add me also in training group?


 On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
 wrote:

> Hi,
> I also from Hyderabad and I'm also interested in the training. please
> tell me how to join?
>
> Regards,
> Bharati
>
> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
> thiagarajan@gmail.com> wrote:
>
>> I'm also interested. Please add me in the group.
>>
>>
>> Thanks & Regards,
>> Thiagu
>>
>> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
>> wrote:
>>
>>> I am interested also. Please let me know the details.
>>>
>>> On Sat 1 Feb, 2020, 2:42 PM Srikanth K, 
>>> wrote:
>>>
 Hi,

 I am from Hyderabad. I am Python Developer by Profession. I am
 eager take up any Python , Django Training (online Preferrable or
 Weekends). Members who require can contact me or share me  there idea.

 Regards,
 Srikanth.K

 --
 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
>>> 
>>> .
>>>
>>
>>
>> --
>>
>> Thanks & Regards,
>>
>> *Thiagu Palaniappan*
>>
>> M +91 (0) 9994318799
>>
>> *DXC Technology*
>> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden,
>> Nandambakkam post, Ramapuram, Chennai - 600 089.
>>
>> dxc.technology  / Twitter
>>  / Facebook
>>  / LinkedIn
>> 
>>
>> --
>> 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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
 

Re: Python Django Training

2020-12-08 Thread ali faouzi
Also interested !

‪Le mar. 8 déc. 2020 à 17:12, ‫شيماء شعبان حسن‬‎  a
écrit :‬

> Hi,
> I from Egypt and I'm also interested in the training. please tell me how
> to join?
>
> ‫في الثلاثاء، 8 ديسمبر 2020 في 5:42 م تمت كتابة ما يلي بواسطة ‪Dhirendra
> Tripathi‬‏ <‪dt23...@gmail.com‬‏>:‬
>
>> Consider me also I'm interested
>>
>> On Mon, Dec 7, 2020, 1:40 PM narendra thapa 
>> wrote:
>>
>>> hello please add me also in training group?
>>>
>>>
>>> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
>>> wrote:
>>>
 Hi,
 I also from Hyderabad and I'm also interested in the training. please
 tell me how to join?

 Regards,
 Bharati

 On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
 thiagarajan@gmail.com> wrote:

> I'm also interested. Please add me in the group.
>
>
> Thanks & Regards,
> Thiagu
>
> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
> wrote:
>
>> I am interested also. Please let me know the details.
>>
>> On Sat 1 Feb, 2020, 2:42 PM Srikanth K, 
>> wrote:
>>
>>> Hi,
>>>
>>> I am from Hyderabad. I am Python Developer by Profession. I am eager
>>> take up any Python , Django Training (online Preferrable or Weekends).
>>> Members who require can contact me or share me  there idea.
>>>
>>> Regards,
>>> Srikanth.K
>>>
>>> --
>>> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
>> 
>> .
>>
>
>
> --
>
> Thanks & Regards,
>
> *Thiagu Palaniappan*
>
> M +91 (0) 9994318799
>
> *DXC Technology*
> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
> post, Ramapuram, Chennai - 600 089.
>
> dxc.technology  / Twitter
>  / Facebook
>  / LinkedIn
> 
>
> --
> 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%40mail.gmail.com
>>> 
>>> .
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To 

Re: Python Django Training

2020-12-08 Thread شيماء شعبان حسن
 Hi,
I from Egypt and I'm also interested in the training. please tell me how to
join?

‫في الثلاثاء، 8 ديسمبر 2020 في 5:42 م تمت كتابة ما يلي بواسطة ‪Dhirendra
Tripathi‬‏ <‪dt23...@gmail.com‬‏>:‬

> Consider me also I'm interested
>
> On Mon, Dec 7, 2020, 1:40 PM narendra thapa 
> wrote:
>
>> hello please add me also in training group?
>>
>>
>> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
>> wrote:
>>
>>> Hi,
>>> I also from Hyderabad and I'm also interested in the training. please
>>> tell me how to join?
>>>
>>> Regards,
>>> Bharati
>>>
>>> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
>>> thiagarajan@gmail.com> wrote:
>>>
 I'm also interested. Please add me in the group.


 Thanks & Regards,
 Thiagu

 On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
 wrote:

> I am interested also. Please let me know the details.
>
> On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:
>
>> Hi,
>>
>> I am from Hyderabad. I am Python Developer by Profession. I am eager
>> take up any Python , Django Training (online Preferrable or Weekends).
>> Members who require can contact me or share me  there idea.
>>
>> Regards,
>> Srikanth.K
>>
>> --
>> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
> 
> .
>


 --

 Thanks & Regards,

 *Thiagu Palaniappan*

 M +91 (0) 9994318799

 *DXC Technology*
 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
 post, Ramapuram, Chennai - 600 089.

 dxc.technology  / Twitter
  / Facebook
  / LinkedIn
 

 --
 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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
> 

Re: Python Django Training

2020-12-08 Thread Dhirendra Tripathi
Consider me also I'm interested

On Mon, Dec 7, 2020, 1:40 PM narendra thapa 
wrote:

> hello please add me also in training group?
>
>
> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
> wrote:
>
>> Hi,
>> I also from Hyderabad and I'm also interested in the training. please
>> tell me how to join?
>>
>> Regards,
>> Bharati
>>
>> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
>> thiagarajan@gmail.com> wrote:
>>
>>> I'm also interested. Please add me in the group.
>>>
>>>
>>> Thanks & Regards,
>>> Thiagu
>>>
>>> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
>>> wrote:
>>>
 I am interested also. Please let me know the details.

 On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:

> Hi,
>
> I am from Hyderabad. I am Python Developer by Profession. I am eager
> take up any Python , Django Training (online Preferrable or Weekends).
> Members who require can contact me or share me  there idea.
>
> Regards,
> Srikanth.K
>
> --
> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
 
 .

>>>
>>>
>>> --
>>>
>>> Thanks & Regards,
>>>
>>> *Thiagu Palaniappan*
>>>
>>> M +91 (0) 9994318799
>>>
>>> *DXC Technology*
>>> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
>>> post, Ramapuram, Chennai - 600 089.
>>>
>>> dxc.technology  / Twitter
>>>  / Facebook
>>>  / LinkedIn
>>> 
>>>
>>> --
>>> 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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/CAK39pgPFwTDb6DSZ-VkKPM%3D%3D46HYqxtzZn3_1thNU%3DswoogJeg%40mail.gmail.com.


Re: Python Django Training

2020-12-08 Thread Sujata Aghor
I m in 

On Tue, Dec 8, 2020 at 6:59 AM cmailu06  wrote:

> I am interested
>
>
>
>
> Sent from my Galaxy
>
>
>  Original message 
> From: Chuck 
> Date: 08/12/2020 02:42 (GMT+03:00)
> To: django-users@googlegroups.com
> Subject: Re: Python Django Training
>
> I am also interested.
>
> Thanks,
> Chuck
>
> On Monday, December 7, 2020, 06:53:12 AM PST, elon musk <
> adithyagowli1...@gmail.com> wrote:
>
>
> I am also interested I am also from hyd
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>
> *From: *tech george 
> *Sent: *Monday, December 7, 2020 7:24 PM
> *To: *django-users@googlegroups.com
> *Subject: *Re: Python Django Training
>
>
>
> I want in too
>
>
>
> On Mon, 7 Dec 2020, 16:43 Hector Berrones,  wrote:
>
> I am interested.
>
>
>
> On Mon, Dec 7, 2020, 2:09 AM narendra thapa 
> wrote:
>
> hello please add me also in training group?
>
>
>
>
>
> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
> wrote:
>
> Hi,
>
> I also from Hyderabad and I'm also interested in the training. please tell
> me how to join?
>
>
>
> Regards,
>
> Bharati
>
> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
> thiagarajan@gmail.com> wrote:
>
> I'm also interested. Please add me in the group.
>
>
>
>
>
> Thanks & Regards,
>
> Thiagu
>
>
>
> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
> wrote:
>
> I am interested also. Please let me know the details.
>
>
>
> On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:
>
> Hi,
>
>
>
> I am from Hyderabad. I am Python Developer by Profession. I am eager take
> up any Python , Django Training (online Preferrable or Weekends). Members
> who require can contact me or share me  there idea.
>
>
>
> Regards,
>
> Srikanth.K
>
> --
> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com?utm_medium=email_source=footer>
> .
>
>
>
>
> --
>
> Thanks & Regards,
>
> *Thiagu Palaniappan*
>
> M +91 (0) 9994318799
>
> *DXC Technology*
> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
> post, Ramapuram, Chennai - 600 089.
>
> dxc.technology <http://www.dxc.technology/> / Twitter
> <https://twitter.com/dxctechnology> / Facebook
> <https://www.facebook.com/DXCTechnology/> / LinkedIn
> <https://www.linkedin.com/company/dxctechnology>
>
> --
> 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%40mail.gmail.com?utm_medium=e

Re: Python Django Training

2020-12-07 Thread cmailu06
I am interested Sent from my Galaxy
 Original message From: Chuck  Date: 
08/12/2020  02:42  (GMT+03:00) To: django-users@googlegroups.com Subject: Re: 
Python Django Training 
I am also interested.Thanks,Chuck





On Monday, December 7, 2020, 06:53:12 AM PST, elon musk 
 wrote:



#yiv3531898359 #yiv3531898359 --
 
 _filtered {}
 _filtered {}
#yiv3531898359  
#yiv3531898359 p.yiv3531898359MsoNormal, #yiv3531898359 
li.yiv3531898359MsoNormal, #yiv3531898359 div.yiv3531898359MsoNormal
{margin:0in;font-size:11.0pt;font-family:sans-serif;}
#yiv3531898359 a:link, #yiv3531898359 span.yiv3531898359MsoHyperlink
{color:blue;text-decoration:underline;}
#yiv3531898359 .yiv3531898359MsoChpDefault
{}
 _filtered {}
#yiv3531898359 div.yiv3531898359WordSection1
{}
#yiv3531898359 I am also interested I am also from hyd  Sent from Mail for 
Windows 10  From: tech georgeSent: Monday, December 7, 2020 7:24 PMTo: 
django-users@googlegroups.comSubject: Re: Python Django Training  I want in too 
 On Mon, 7 Dec 2020, 16:43 Hector Berrones,  wrote:I am 
interested.  On Mon, Dec 7, 2020, 2:09 AM narendra thapa 
 wrote:hello please add me also in training group?  
  On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam  
wrote:Hi,I also from Hyderabad and I'm also interested in the training. please 
tell me how to join?  Regards,BharatiOn Thu, 20 Feb, 2020, 6:19 PM Thiagu 
Palaniappan,  wrote:I'm also interested. Please add 
me in the group.    Thanks & Regards,Thiagu  On Mon, Feb 17, 2020 at 12:41 AM 
Akshay Raul  wrote:I am interested also. Please let me 
know the details.  On Sat 1 Feb, 2020, 2:42 PM Srikanth K, 
 wrote:Hi,  I am from Hyderabad. I am Python Developer 
by Profession. I am eager take up any Python , Django Training (online 
Preferrable or Weekends). Members who require can contact me or share me  there 
idea.  Regards,Srikanth.K-- 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com.
  -- Thanks & Regards,Thiagu PalaniappanM +91 (0) 9994318799DXC Technology8th 
Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam post, 
Ramapuram, Chennai - 600 089.dxc.technology / Twitter / Facebook / LinkedIn -- 
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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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/CAFFaoULToa26WJCyDWYq9DtrS8WP_1Lz5nF5pGkpuGnnnsycHA%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-us

Re: Python Django Training

2020-12-07 Thread hajar Benjat
I am interested
Could you add me too

On Tue, Dec 8, 2020, 12:42 AM Chuck  wrote:

> I am also interested.
>
> Thanks,
> Chuck
>
> On Monday, December 7, 2020, 06:53:12 AM PST, elon musk <
> adithyagowli1...@gmail.com> wrote:
>
>
> I am also interested I am also from hyd
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>
> *From: *tech george 
> *Sent: *Monday, December 7, 2020 7:24 PM
> *To: *django-users@googlegroups.com
> *Subject: *Re: Python Django Training
>
>
>
> I want in too
>
>
>
> On Mon, 7 Dec 2020, 16:43 Hector Berrones,  wrote:
>
> I am interested.
>
>
>
> On Mon, Dec 7, 2020, 2:09 AM narendra thapa 
> wrote:
>
> hello please add me also in training group?
>
>
>
>
>
> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
> wrote:
>
> Hi,
>
> I also from Hyderabad and I'm also interested in the training. please tell
> me how to join?
>
>
>
> Regards,
>
> Bharati
>
> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
> thiagarajan@gmail.com> wrote:
>
> I'm also interested. Please add me in the group.
>
>
>
>
>
> Thanks & Regards,
>
> Thiagu
>
>
>
> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
> wrote:
>
> I am interested also. Please let me know the details.
>
>
>
> On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:
>
> Hi,
>
>
>
> I am from Hyderabad. I am Python Developer by Profession. I am eager take
> up any Python , Django Training (online Preferrable or Weekends). Members
> who require can contact me or share me  there idea.
>
>
>
> Regards,
>
> Srikanth.K
>
> --
> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com?utm_medium=email_source=footer>
> .
>
>
>
>
> --
>
> Thanks & Regards,
>
> *Thiagu Palaniappan*
>
> M +91 (0) 9994318799
>
> *DXC Technology*
> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
> post, Ramapuram, Chennai - 600 089.
>
> dxc.technology <http://www.dxc.technology/> / Twitter
> <https://twitter.com/dxctechnology> / Facebook
> <https://www.facebook.com/DXCTechnology/> / LinkedIn
> <https://www.linkedin.com/company/dxctechnology>
>
> --
> 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%40mail.gmail.com?utm_medium=email_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 fr

Re: Python Django Training

2020-12-07 Thread Chuck
 I am also interested.
Thanks,Chuck
On Monday, December 7, 2020, 06:53:12 AM PST, elon musk 
 wrote:  
 
 #yiv3531898359 #yiv3531898359 -- _filtered {} _filtered {}#yiv3531898359 
#yiv3531898359 p.yiv3531898359MsoNormal, #yiv3531898359 
li.yiv3531898359MsoNormal, #yiv3531898359 div.yiv3531898359MsoNormal 
{margin:0in;font-size:11.0pt;font-family:sans-serif;}#yiv3531898359 a:link, 
#yiv3531898359 span.yiv3531898359MsoHyperlink 
{color:blue;text-decoration:underline;}#yiv3531898359 
.yiv3531898359MsoChpDefault {} _filtered {}#yiv3531898359 
div.yiv3531898359WordSection1 {}#yiv3531898359 
I am also interested I am also from hyd

  

Sent from Mail for Windows 10

  

From: tech george
Sent: Monday, December 7, 2020 7:24 PM
To: django-users@googlegroups.com
Subject: Re: Python Django Training

  

I want in too

  

On Mon, 7 Dec 2020, 16:43 Hector Berrones,  wrote:


I am interested.

  

On Mon, Dec 7, 2020, 2:09 AM narendra thapa  wrote:


hello please add me also in training group?

  

  

On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam  wrote:


Hi,

I also from Hyderabad and I'm also interested in the training. please tell me 
how to join?

  

Regards,

Bharati

On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan,  
wrote:


I'm also interested. Please add me in the group.

  

  

Thanks & Regards,

Thiagu

  

On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul  wrote:


I am interested also. Please let me know the details.

  

On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:


Hi,

  

I am from Hyderabad. I am Python Developer by Profession. I am eager take up 
any Python , Django Training (online Preferrable or Weekends). Members who 
require can contact me or share me  there idea.

  

Regards,

Srikanth.K

-- 
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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com.





  

-- 

Thanks & Regards,

Thiagu Palaniappan

M +91 (0) 9994318799

DXC Technology
8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam post, 
Ramapuram, Chennai - 600 089.

dxc.technology / Twitter / Facebook / LinkedIn 

-- 
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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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/CAFFaoULToa26WJCyDWYq9DtrS8WP_1Lz5nF5pGkpuGnnnsycHA%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/CADYG20HRi_9TSR3aLkw1naX6A4t%3D1SRLqgDNM%2B2hna7%3D6pHPFA%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

RE: Python Django Training

2020-12-07 Thread elon musk
I am also interested I am also from hyd Sent from Mail for Windows 10 From: tech georgeSent: Monday, December 7, 2020 7:24 PMTo: django-users@googlegroups.comSubject: Re: Python Django Training I want in too On Mon, 7 Dec 2020, 16:43 Hector Berrones, <hec...@getin2web.com> wrote:I am interested. On Mon, Dec 7, 2020, 2:09 AM narendra thapa <narendrathapa...@gmail.com> wrote:hello please add me also in training group?  On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam <bharatini...@gmail.com> wrote:Hi,I also from Hyderabad and I'm also interested in the training. please tell me how to join? Regards,BharatiOn Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <thiagarajan@gmail.com> wrote:I'm also interested. Please add me in the group.  Thanks & Regards,Thiagu On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul <akshayrau...@gmail.com> wrote:I am interested also. Please let me know the details. On Sat 1 Feb, 2020, 2:42 PM Srikanth K, <srikopan...@gmail.com> wrote:Hi, I am from Hyderabad. I am Python Developer by Profession. I am eager take up any Python , Django Training (online Preferrable or Weekends). Members who require can contact me or share me  there idea. Regards,Srikanth.K-- 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com. -- Thanks & Regards,Thiagu PalaniappanM +91 (0) 9994318799DXC Technology8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam post, Ramapuram, Chennai - 600 089.dxc.technology / Twitter / Facebook / LinkedIn -- 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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/CAFFaoULToa26WJCyDWYq9DtrS8WP_1Lz5nF5pGkpuGnnnsycHA%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/CADYG20HRi_9TSR3aLkw1naX6A4t%3D1SRLqgDNM%2B2hna7%3D6pHPFA%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/C0269256-FA54-404F-AB45-0E41F40B122D%40hxcore.ol.


Re: Python Django Training

2020-12-07 Thread tech george
I want in too

On Mon, 7 Dec 2020, 16:43 Hector Berrones,  wrote:

> I am interested.
>
> On Mon, Dec 7, 2020, 2:09 AM narendra thapa 
> wrote:
>
>> hello please add me also in training group?
>>
>>
>> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
>> wrote:
>>
>>> Hi,
>>> I also from Hyderabad and I'm also interested in the training. please
>>> tell me how to join?
>>>
>>> Regards,
>>> Bharati
>>>
>>> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
>>> thiagarajan@gmail.com> wrote:
>>>
 I'm also interested. Please add me in the group.


 Thanks & Regards,
 Thiagu

 On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
 wrote:

> I am interested also. Please let me know the details.
>
> On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:
>
>> Hi,
>>
>> I am from Hyderabad. I am Python Developer by Profession. I am eager
>> take up any Python , Django Training (online Preferrable or Weekends).
>> Members who require can contact me or share me  there idea.
>>
>> Regards,
>> Srikanth.K
>>
>> --
>> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
> 
> .
>


 --

 Thanks & Regards,

 *Thiagu Palaniappan*

 M +91 (0) 9994318799

 *DXC Technology*
 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
 post, Ramapuram, Chennai - 600 089.

 dxc.technology  / Twitter
  / Facebook
  / LinkedIn
 

 --
 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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/CAFFaoULToa26WJCyDWYq9DtrS8WP_1Lz5nF5pGkpuGnnnsycHA%40mail.gmail.com
> 

Re: Python Django Training

2020-12-07 Thread Hector Berrones
I am interested.

On Mon, Dec 7, 2020, 2:09 AM narendra thapa 
wrote:

> hello please add me also in training group?
>
>
> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
> wrote:
>
>> Hi,
>> I also from Hyderabad and I'm also interested in the training. please
>> tell me how to join?
>>
>> Regards,
>> Bharati
>>
>> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
>> thiagarajan@gmail.com> wrote:
>>
>>> I'm also interested. Please add me in the group.
>>>
>>>
>>> Thanks & Regards,
>>> Thiagu
>>>
>>> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
>>> wrote:
>>>
 I am interested also. Please let me know the details.

 On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:

> Hi,
>
> I am from Hyderabad. I am Python Developer by Profession. I am eager
> take up any Python , Django Training (online Preferrable or Weekends).
> Members who require can contact me or share me  there idea.
>
> Regards,
> Srikanth.K
>
> --
> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
 
 .

>>>
>>>
>>> --
>>>
>>> Thanks & Regards,
>>>
>>> *Thiagu Palaniappan*
>>>
>>> M +91 (0) 9994318799
>>>
>>> *DXC Technology*
>>> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
>>> post, Ramapuram, Chennai - 600 089.
>>>
>>> dxc.technology  / Twitter
>>>  / Facebook
>>>  / LinkedIn
>>> 
>>>
>>> --
>>> 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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/CAFFaoULToa26WJCyDWYq9DtrS8WP_1Lz5nF5pGkpuGnnnsycHA%40mail.gmail.com.


Re: Python Django Training

2020-12-07 Thread Master Stock Mart
I wanna also interested joining training group

On Mon., 7 Dec. 2020, 2:09 pm narendra thapa, 
wrote:

> hello please add me also in training group?
>
>
> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
> wrote:
>
>> Hi,
>> I also from Hyderabad and I'm also interested in the training. please
>> tell me how to join?
>>
>> Regards,
>> Bharati
>>
>> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
>> thiagarajan@gmail.com> wrote:
>>
>>> I'm also interested. Please add me in the group.
>>>
>>>
>>> Thanks & Regards,
>>> Thiagu
>>>
>>> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
>>> wrote:
>>>
 I am interested also. Please let me know the details.

 On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:

> Hi,
>
> I am from Hyderabad. I am Python Developer by Profession. I am eager
> take up any Python , Django Training (online Preferrable or Weekends).
> Members who require can contact me or share me  there idea.
>
> Regards,
> Srikanth.K
>
> --
> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
 
 .

>>>
>>>
>>> --
>>>
>>> Thanks & Regards,
>>>
>>> *Thiagu Palaniappan*
>>>
>>> M +91 (0) 9994318799
>>>
>>> *DXC Technology*
>>> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
>>> post, Ramapuram, Chennai - 600 089.
>>>
>>> dxc.technology  / Twitter
>>>  / Facebook
>>>  / LinkedIn
>>> 
>>>
>>> --
>>> 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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/CAO5wgB93XEvc1jWP7QcViNw0x9pc2QqwLuY2QF62km8%3DRbrJfg%40mail.gmail.com.


Re: Python Django Training

2020-12-07 Thread 039 Avinash Alanjakar
Hello ,
I am also interested to join this training.

On Mon, 7 Dec 2020, 1:39 pm narendra thapa, 
wrote:

> hello please add me also in training group?
>
>
> On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
> wrote:
>
>> Hi,
>> I also from Hyderabad and I'm also interested in the training. please
>> tell me how to join?
>>
>> Regards,
>> Bharati
>>
>> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
>> thiagarajan@gmail.com> wrote:
>>
>>> I'm also interested. Please add me in the group.
>>>
>>>
>>> Thanks & Regards,
>>> Thiagu
>>>
>>> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
>>> wrote:
>>>
 I am interested also. Please let me know the details.

 On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:

> Hi,
>
> I am from Hyderabad. I am Python Developer by Profession. I am eager
> take up any Python , Django Training (online Preferrable or Weekends).
> Members who require can contact me or share me  there idea.
>
> Regards,
> Srikanth.K
>
> --
> 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
 
 .

>>>
>>>
>>> --
>>>
>>> Thanks & Regards,
>>>
>>> *Thiagu Palaniappan*
>>>
>>> M +91 (0) 9994318799
>>>
>>> *DXC Technology*
>>> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
>>> post, Ramapuram, Chennai - 600 089.
>>>
>>> dxc.technology  / Twitter
>>>  / Facebook
>>>  / LinkedIn
>>> 
>>>
>>> --
>>> 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%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/CALW8ud3dn1ObGBwt0NKeETROpju47kUMBtAsbsWEGaayVm-U1Q%40mail.gmail.com.


Re: Python Django Training

2020-12-07 Thread narendra thapa
hello please add me also in training group?


On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam 
wrote:

> Hi,
> I also from Hyderabad and I'm also interested in the training. please tell
> me how to join?
>
> Regards,
> Bharati
>
> On Thu, 20 Feb, 2020, 6:19 PM Thiagu Palaniappan, <
> thiagarajan@gmail.com> wrote:
>
>> I'm also interested. Please add me in the group.
>>
>>
>> Thanks & Regards,
>> Thiagu
>>
>> On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul 
>> wrote:
>>
>>> I am interested also. Please let me know the details.
>>>
>>> On Sat 1 Feb, 2020, 2:42 PM Srikanth K,  wrote:
>>>
 Hi,

 I am from Hyderabad. I am Python Developer by Profession. I am eager
 take up any Python , Django Training (online Preferrable or Weekends).
 Members who require can contact me or share me  there idea.

 Regards,
 Srikanth.K

 --
 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/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%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/CAEd%2Bv%3D0gE2dEMXKJ0Nm8FcH2ZxUPAdQspkQKB%2Bg5pZbSc_uZnQ%40mail.gmail.com
>>> 
>>> .
>>>
>>
>>
>> --
>>
>> Thanks & Regards,
>>
>> *Thiagu Palaniappan*
>>
>> M +91 (0) 9994318799
>>
>> *DXC Technology*
>> 8th Floor, Tower 1 B DLF IT Park, 1/124 - Shivaji Garden, Nandambakkam
>> post, Ramapuram, Chennai - 600 089.
>>
>> dxc.technology  / Twitter
>>  / Facebook
>>  / LinkedIn
>> 
>>
>> --
>> 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/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%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/CAPGVBeOgomb94NXAm347QqGcJ%3D3MzxULU7eQnY-M56EbC2D9vg%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/CAEtntjXVaVAyDCJJzS748zfNVm242U%2B6vsFkynevf5ghnPgDhw%40mail.gmail.com.


Re: python/django support

2020-10-12 Thread siddharth kantekar
Hi Subbu,

I can help you out with your requirements, lets have a call if that
works for you?

Thanks
Siddharth



On Sun, Oct 11, 2020 at 10:21 AM Dvs Khamele  wrote:
>
> Hi do you hire contract based python/django freelancer?
>  We can help you in this and related tasks at fair prices. Reply or send 
> email to divy...@pythonmate.com
> Best Regards,
> Divyesh Khamele,
> Pythonmate
>
> On Thu, 1 Oct 2020, 6:31 pm Subbu Lakk,  wrote:
>>
>> guys, I need support for my django application. Here is my requirement
>>
>> python 3.x/django2.x/django channels/web sockets/rest api/daphne /oracle 
>> db/java script
>>
>> if anybody can help, I can pay decent money in indian rupees.
>>
>> thank you
>> subba.
>>
>> --
>> 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/60d6813f-d2f3-4bc8-a940-7453f9de8879n%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/CAH9mneW9E2J7YJzyox12k4KLLgestCcPEoE4nGr3CQsjOOgb%2Bw%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%2B_SX%3DMgf5LEAWux3b5X%2BQOdhp90hpM_g4Fkcrv3PT_D2%3DCV0A%40mail.gmail.com.


Re: python/django support

2020-10-11 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer?
 We can help you in this and related tasks at fair prices. Reply or send
email to divy...@pythonmate.com
Best Regards,
Divyesh Khamele,
Pythonmate

On Thu, 1 Oct 2020, 6:31 pm Subbu Lakk,  wrote:

> guys, I need support for my django application. Here is my requirement
>
> python 3.x/django2.x/django channels/web sockets/rest api/daphne /oracle
> db/java script
>
> if anybody can help, I can pay decent money in indian rupees.
>
> thank you
> subba.
>
> --
> 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/60d6813f-d2f3-4bc8-a940-7453f9de8879n%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/CAH9mneW9E2J7YJzyox12k4KLLgestCcPEoE4nGr3CQsjOOgb%2Bw%40mail.gmail.com.


Re: Python/Django, "The 'poster' attribute has no file associated with it"

2020-08-31 Thread sapna Choudhary
Did you create media directory in your base directory?

On Thu 27 Aug, 2020, 8:33 PM Tony Hall,  wrote:

> I'm relatively new to programming and I'm having some trouble with the
> ImageField in my models.py.
>
> I keep getting the error in the attachment every time I load the
> local:8000.
>
> My models.py is:
>
> from django.db import models
>
> class Pilot(models.Model):
> title = models.CharField(max_length=200)
> description = models.TextField()
> count = models.IntegerField()
> writer = models.CharField(max_length=200)
> year = models.IntegerField()
> script = models.FileField(blank=True, null=True, upload_to="scripts")
> poster = models.ImageField(blank=True, null=True, upload_to="posters")
> created_at = models.DateTimeField(auto_now_add=True)
> updated_at = models.DateTimeField(auto_now=True)
>
> def __str__(self):
> return self.title
>
> @property
> def imageURL(self):
> try:
> url = self.poster.url
> except:
> url = ''
> print('URL:', url)
> return url
>
> The settings.py :
> STATIC_URL = '/static/'
>
> MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
> MEDIA_URL = '/media/'
>
> STATICFILES_DIR = [
> os.path.join(BASE_DIR, 'static')
> ]
>
> The urls.py:
> from django.contrib import admin
> from django.urls import path, include
> from django.conf import settings
> from django.conf.urls.static import static
>
> urlpatterns = [
> path('admin/', admin.site.urls),
> path('', include('script_app.urls')),
> ]
>
> if settings.DEBUG:
> urlpatterns += static(settings.STATIC_URL,
> document_root=settings.STATIC_ROOT)
> urlpatterns += static(settings.MEDIA_URL,
> document_root=settings.MEDIA_ROOT)
>
>
> How do I fix this?!!!
>
> --
> 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/2aae39fa-8fe5-4f83-b139-60918022ae61n%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/CAP6mExiz2-3ohsm4izrBUCO8SocmkksocsKe3P_KoTEprLyT6A%40mail.gmail.com.


Re: Python/Django, "The 'poster' attribute has no file associated with it"

2020-08-28 Thread RANGA BHARATH JINKA
Hi,
Add a default image in models.

On Thu, Aug 27, 2020 at 8:34 PM Tony Hall  wrote:

> I'm relatively new to programming and I'm having some trouble with the
> ImageField in my models.py.
>
> I keep getting the error in the attachment every time I load the
> local:8000.
>
> My models.py is:
>
> from django.db import models
>
> class Pilot(models.Model):
> title = models.CharField(max_length=200)
> description = models.TextField()
> count = models.IntegerField()
> writer = models.CharField(max_length=200)
> year = models.IntegerField()
> script = models.FileField(blank=True, null=True, upload_to="scripts")
> poster = models.ImageField(blank=True, null=True, upload_to="posters")
> created_at = models.DateTimeField(auto_now_add=True)
> updated_at = models.DateTimeField(auto_now=True)
>
> def __str__(self):
> return self.title
>
> @property
> def imageURL(self):
> try:
> url = self.poster.url
> except:
> url = ''
> print('URL:', url)
> return url
>
> The settings.py :
> STATIC_URL = '/static/'
>
> MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
> MEDIA_URL = '/media/'
>
> STATICFILES_DIR = [
> os.path.join(BASE_DIR, 'static')
> ]
>
> The urls.py:
> from django.contrib import admin
> from django.urls import path, include
> from django.conf import settings
> from django.conf.urls.static import static
>
> urlpatterns = [
> path('admin/', admin.site.urls),
> path('', include('script_app.urls')),
> ]
>
> if settings.DEBUG:
> urlpatterns += static(settings.STATIC_URL,
> document_root=settings.STATIC_ROOT)
> urlpatterns += static(settings.MEDIA_URL,
> document_root=settings.MEDIA_ROOT)
>
>
> How do I fix this?!!!
>
> --
> 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/2aae39fa-8fe5-4f83-b139-60918022ae61n%40googlegroups.com
> 
> .
>


-- 
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

-- 
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/CAK5m316V_u%3D6qrOMVnQgMU1aSGr7F7RMp47wgvMPjL2FLUxmew%40mail.gmail.com.


Re: Python Django Tutorial for absolute beginners

2020-08-25 Thread Madhav Nandan
Dear Balaji,

Recently I joined your session on google meet and it was nice to
experience. I'm good at python, databases and backend technologies. Can I
present a session on 'Using databases in python' to the fellow community?


Regards,
9170459494

On Mon, Aug 24, 2020 at 10:42 PM Balaji Shetty 
wrote:

> Dear Participants
>
>*I am sharing you a video to learn Python Django with development
> of project and app. You can download source code of this video also from
> github link*
>
> https://www.youtube.com/watch?v=EY-XY2HDo_c
>
>  *Sourcecode*
> https://github.com/balaji-shetty/Django-Sample-Proj-With-CODE-For-Begineers
>
>
> Code to download source code is given in Video Description.
>
> We are uploading new videos every week useful for beginners and provide
> respective source code on GitHub
>
>
> Prof Shetty Balaji
> IT dept
> SGGS IET Nanded. MH
>
> https://youtu.be/EY-XY2HDo_c
>
>
> --
> Mr Shetty Balaji
> Asst. Prof.
> IT Department
> SGGS I
> Nanded. My. India
>
> --
> 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/CAECSbOsR0b%3DjiFiXcbOmvvj69XH_kR3bKCLbug1sCqe24PnzEg%40mail.gmail.com
> 
> .
>


-- 
Madhav Nandan

-- 
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/CAGXYL6L0ERDTe99nSXsfECsdzRmYNMqV%2BSeEfEZkciXFwPL92A%40mail.gmail.com.


Re: Python-django project

2020-08-20 Thread Lokesh Kumar
Interested to hop in.

On Mon, Aug 10, 2020 at 6:21 PM Rostislav Kornatsky <
info.send.o...@gmail.com> wrote:

> Hi, I'm interested. I have a start test project and i will be glad to
> collaborate with somebody
>
> вторник, 21 июля 2020 г., 6:09:08 UTC+3 пользователь learn code написал:
>>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
> --
> 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/5bf89e2e-7635-4a5a-a091-b6a2d2c119a6o%40googlegroups.com
> 
> .
>


-- 

Lokesh Kumar
about.me/LokeshK431


-- 
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/CADiRPBrbSSSscFFoDggRbFJY-soch3mw_y4EngYQMxukS_n0TQ%40mail.gmail.com.


Re: Python-django project

2020-08-10 Thread Rostislav Kornatsky
Hi, I'm interested. I have a start test project and i will be glad to 
collaborate with somebody

вторник, 21 июля 2020 г., 6:09:08 UTC+3 пользователь learn code написал:
>
> Hi everyone, 
>
> I am learning python and django, like to work on the projects to improve 
> more.If any one interested to join with me to work on the projects,plz send 
> me a email.
>

-- 
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/5bf89e2e-7635-4a5a-a091-b6a2d2c119a6o%40googlegroups.com.


Re: Python-django project

2020-08-08 Thread learn code
Thank you all for your interest!!!

On Fri, Aug 7, 2020 at 2:18 PM Anu Pande  wrote:

> Interested.
>
> On Fri, Aug 7, 2020, 21:09 hajar Benjat  wrote:
>
>> Interested
>>
>> On Tue, Jul 21, 2020, 4:10 AM learn code  wrote:
>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAMcj6WfU0_0g4qdV8LqqOVo7Lrad7HipL7QDG%3Dxc4ZTx7OHHWQ%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/CAFWCH_rtLhqDvrJf0UCeB2PfLj-cZRzy4xtNgZkVFo-k8XJ1Bg%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/CAPUBRGUKRwmCqGoDOTjbHQzSEu3ip9FBWrgse2dkjPAg1ncmrA%40mail.gmail.com.


Re: Python-django project

2020-08-07 Thread vishnu thuletiya
Yes i am in

On Sun, 26 Jul 2020, 9:30 pm Andi Setyawan,  wrote:

> Interested
>
> Pada tanggal 21 Jul 2020 10:10 AM, "learn code" 
> menulis:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAG_zNb--MuYzCdxh4PmzbCmXiKCMxefeM%3D4zUx5mRU7zkvE99A%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/CAL8QkRURyTe1xdWs2LLNkNToUF6tM62b4mwdk5TosRWFeaXcMA%40mail.gmail.com.


Re: Python-django project

2020-08-07 Thread Anu Pande
Interested.

On Fri, Aug 7, 2020, 21:09 hajar Benjat  wrote:

> Interested
>
> On Tue, Jul 21, 2020, 4:10 AM learn code  wrote:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAMcj6WfU0_0g4qdV8LqqOVo7Lrad7HipL7QDG%3Dxc4ZTx7OHHWQ%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/CAFWCH_rtLhqDvrJf0UCeB2PfLj-cZRzy4xtNgZkVFo-k8XJ1Bg%40mail.gmail.com.


Re: Python-django project

2020-08-07 Thread hajar Benjat
Interested

On Tue, Jul 21, 2020, 4:10 AM learn code  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAMcj6WfU0_0g4qdV8LqqOVo7Lrad7HipL7QDG%3Dxc4ZTx7OHHWQ%40mail.gmail.com.


Re: Python-django project

2020-08-07 Thread loic medou
Interested

On Tue, 21 Jul 2020, 04:09 learn code,  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CABDh9wjZzm7zhw97YkWC9FVXozkWQ8x4vizAgPimZUwu23nqiQ%40mail.gmail.com.


Re: Python-django project

2020-08-06 Thread Kovy Jacob
i mean project. Do you have a specific project in mind?

On Thu, Aug 6, 2020 at 12:26 PM Kovy Jacob  wrote:

> do you have a specific question in mind?
>
> On Thu, Aug 6, 2020 at 9:36 AM Lahu Chavan  wrote:
>
>> i am also interested to join ur project. my whatsapp number
>> is +917875279602
>>
>> On Thu, Aug 6, 2020 at 6:56 PM gregory adomako 
>> wrote:
>>
>>> Interested
>>>
>>> On Tuesday, July 21, 2020 at 4:09:08 AM UTC+1, learn code wrote:

 Hi everyone,

 I am learning python and django, like to work on the projects to
 improve more.If any one interested to join with me to work on the
 projects,plz send me a email.

>>> --
>>> 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/c9fab9d1-810c-4e04-8aba-19fa46f7b42fo%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/CANQ9JRGM94VHXuq%3DwmSf126ms33124-UzsK6Zg%3DqEUOeN63StQ%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/CACMwF3WeQzsT%2BQP3gOvaSKj1C0-d_t2voCmqvWY8XrgTk2jvHA%40mail.gmail.com.


Re: Python-django project

2020-08-06 Thread Kovy Jacob
do you have a specific question in mind?

On Thu, Aug 6, 2020 at 9:36 AM Lahu Chavan  wrote:

> i am also interested to join ur project. my whatsapp number
> is +917875279602
>
> On Thu, Aug 6, 2020 at 6:56 PM gregory adomako 
> wrote:
>
>> Interested
>>
>> On Tuesday, July 21, 2020 at 4:09:08 AM UTC+1, learn code wrote:
>>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>> --
>> 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/c9fab9d1-810c-4e04-8aba-19fa46f7b42fo%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/CANQ9JRGM94VHXuq%3DwmSf126ms33124-UzsK6Zg%3DqEUOeN63StQ%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/CACMwF3W%3DTsO1mEvRQKy9LEycbJUzgZqdbR_%3DcUzkHD52LYBbwg%40mail.gmail.com.


Re: Python-django project

2020-08-06 Thread Lahu Chavan
i am also interested to join ur project. my whatsapp number is +917875279602

On Thu, Aug 6, 2020 at 6:56 PM gregory adomako 
wrote:

> Interested
>
> On Tuesday, July 21, 2020 at 4:09:08 AM UTC+1, learn code wrote:
>>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
> --
> 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/c9fab9d1-810c-4e04-8aba-19fa46f7b42fo%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/CANQ9JRGM94VHXuq%3DwmSf126ms33124-UzsK6Zg%3DqEUOeN63StQ%40mail.gmail.com.


Re: Python-django project

2020-08-06 Thread gregory adomako
Interested

On Tuesday, July 21, 2020 at 4:09:08 AM UTC+1, learn code wrote:
>
> Hi everyone, 
>
> I am learning python and django, like to work on the projects to improve 
> more.If any one interested to join with me to work on the projects,plz send 
> me a email.
>

-- 
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/c9fab9d1-810c-4e04-8aba-19fa46f7b42fo%40googlegroups.com.


Re: Python-django project

2020-08-06 Thread salla ajay
i am interested


On Wed, Aug 5, 2020 at 8:21 PM Nagaraju Singothu <
nagarajusingoth...@gmail.com> wrote:

> Im also interested.my whatsapp number is 7659965869
>
> On Wed 5 Aug, 2020, 8:24 PM jhabar singh  wrote:
>
>> Sapna, Can you tell me something about your project?
>>
>> On Wed 5 Aug, 2020, 5:22 PM yammunap...@gmail.com, 
>> wrote:
>>
>>> Dear I am interested to join with your work. Its my WhatsApp number
>>> +919384402100
>>>
>>> Best regards,
>>>
>>> Yamuna V
>>>
>>>
>>>
>>> *From: *Mithlesh Kumar 
>>> *Sent: *Wednesday, 29 July 2020 12:36 AM
>>> *To: *django-users@googlegroups.com
>>> *Subject: *Re: Python-django project
>>>
>>>
>>>
>>> I am also interested. Please add my number 8750641542
>>>
>>>
>>>
>>>
>>>
>>> Regards,
>>>
>>> Mithlesh Kumar
>>>
>>>
>>>
>>> On Tue, Jul 28, 2020, 19:07 BISWAJEET MISHRA <
>>> biswajeetmishra...@gmail.com> wrote:
>>>
>>> Hii..
>>>
>>> I'm interested to work with you, U can contact me over whatsapp
>>> +917978330633.
>>>
>>> Thanks
>>>
>>>
>>>
>>> On Tue, Jul 21, 2020, 08:39 learn code  wrote:
>>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%40mail.gmail.com?utm_medium=email_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/msgid/django-users/C785D392-43C0-4832-860C-7BE114D1F726%40hxcore.ol
>>> <https://groups.google.com/d/msgid/django-users/C785D392-43C0-4832-860C-7BE114D1F726%40hxcore.ol?utm_medium=email_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/msgid/django-users/CAJ1QTg%3DdUaBXnSD9tYt_c5v430sOoALX_LAyockqXg_LhoL5pg%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAJ1QTg%3DdUaBXnSD9tYt_c5v430sOoALX_LAyockqXg_LhoL5pg%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAMyGuAbAa8_Ti0XzhazK8hqWEzmWQriYQR5Wm-4qCxuCarkjhQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAMyGuAbAa8_Ti0XzhazK8hqWEzmWQriYQR5Wm-4qCxuCarkjhQ%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAAogeQQWM3gfunmuQn7QNRO5bFZ-0vB13z-H-OZPg333k_EDdA%40mail.gmail.com.


Re: Python-django project

2020-08-06 Thread jose AVOM
i am alose interested to join your projet this my whatsapp
number +237698097974

Le jeu. 6 août 2020 à 04:21, Nagaraju Singothu 
a écrit :

> Im also interested.my whatsapp number is 7659965869
>
> On Wed 5 Aug, 2020, 8:24 PM jhabar singh  wrote:
>
>> Sapna, Can you tell me something about your project?
>>
>> On Wed 5 Aug, 2020, 5:22 PM yammunap...@gmail.com, 
>> wrote:
>>
>>> Dear I am interested to join with your work. Its my WhatsApp number
>>> +919384402100
>>>
>>> Best regards,
>>>
>>> Yamuna V
>>>
>>>
>>>
>>> *From: *Mithlesh Kumar 
>>> *Sent: *Wednesday, 29 July 2020 12:36 AM
>>> *To: *django-users@googlegroups.com
>>> *Subject: *Re: Python-django project
>>>
>>>
>>>
>>> I am also interested. Please add my number 8750641542
>>>
>>>
>>>
>>>
>>>
>>> Regards,
>>>
>>> Mithlesh Kumar
>>>
>>>
>>>
>>> On Tue, Jul 28, 2020, 19:07 BISWAJEET MISHRA <
>>> biswajeetmishra...@gmail.com> wrote:
>>>
>>> Hii..
>>>
>>> I'm interested to work with you, U can contact me over whatsapp
>>> +917978330633.
>>>
>>> Thanks
>>>
>>>
>>>
>>> On Tue, Jul 21, 2020, 08:39 learn code  wrote:
>>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%40mail.gmail.com?utm_medium=email_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/msgid/django-users/C785D392-43C0-4832-860C-7BE114D1F726%40hxcore.ol
>>> <https://groups.google.com/d/msgid/django-users/C785D392-43C0-4832-860C-7BE114D1F726%40hxcore.ol?utm_medium=email_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/msgid/django-users/CAJ1QTg%3DdUaBXnSD9tYt_c5v430sOoALX_LAyockqXg_LhoL5pg%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAJ1QTg%3DdUaBXnSD9tYt_c5v430sOoALX_LAyockqXg_LhoL5pg%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAMyGuAbAa8_Ti0XzhazK8hqWEzmWQriYQR5Wm-4qCxuCarkjhQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAMyGuAbAa8_Ti0XzhazK8hqWEzmWQriYQR5Wm-4qCxuCarkjhQ%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAHaTU_Lt%2Bersu2eTyjOYUUr_uPpazKFG9U6AYL9WVcALkWXu3g%40mail.gmail.com.


Re: Python-django project

2020-08-05 Thread Nagaraju Singothu
Im also interested.my whatsapp number is 7659965869

On Wed 5 Aug, 2020, 8:24 PM jhabar singh  Sapna, Can you tell me something about your project?
>
> On Wed 5 Aug, 2020, 5:22 PM yammunap...@gmail.com, 
> wrote:
>
>> Dear I am interested to join with your work. Its my WhatsApp number
>> +919384402100
>>
>> Best regards,
>>
>> Yamuna V
>>
>>
>>
>> *From: *Mithlesh Kumar 
>> *Sent: *Wednesday, 29 July 2020 12:36 AM
>> *To: *django-users@googlegroups.com
>> *Subject: *Re: Python-django project
>>
>>
>>
>> I am also interested. Please add my number 8750641542
>>
>>
>>
>>
>>
>> Regards,
>>
>> Mithlesh Kumar
>>
>>
>>
>> On Tue, Jul 28, 2020, 19:07 BISWAJEET MISHRA <
>> biswajeetmishra...@gmail.com> wrote:
>>
>> Hii..
>>
>> I'm interested to work with you, U can contact me over whatsapp
>> +917978330633.
>>
>> Thanks
>>
>>
>>
>> On Tue, Jul 21, 2020, 08:39 learn code  wrote:
>>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%40mail.gmail.com?utm_medium=email_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/msgid/django-users/C785D392-43C0-4832-860C-7BE114D1F726%40hxcore.ol
>> <https://groups.google.com/d/msgid/django-users/C785D392-43C0-4832-860C-7BE114D1F726%40hxcore.ol?utm_medium=email_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/msgid/django-users/CAJ1QTg%3DdUaBXnSD9tYt_c5v430sOoALX_LAyockqXg_LhoL5pg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAJ1QTg%3DdUaBXnSD9tYt_c5v430sOoALX_LAyockqXg_LhoL5pg%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAMyGuAbAa8_Ti0XzhazK8hqWEzmWQriYQR5Wm-4qCxuCarkjhQ%40mail.gmail.com.


Re: Python-django project

2020-08-05 Thread todd brown
I would be interested in joining the project. What is the project?

On Wed, Aug 5, 2020 at 7:56 AM neeraj garg  wrote:

> Hi Guys,
>
> Could you please give me a clue what kind of project you are planning to
> build?
>
> On Wed, Aug 5, 2020, 8:23 PM jhabar singh 
> wrote:
>
>> Sapna, Can you tell me something about your project?
>>
>> On Wed 5 Aug, 2020, 5:22 PM yammunap...@gmail.com, 
>> wrote:
>>
>>> Dear I am interested to join with your work. Its my WhatsApp number
>>> +919384402100
>>>
>>> Best regards,
>>>
>>> Yamuna V
>>>
>>>
>>>
>>> *From: *Mithlesh Kumar 
>>> *Sent: *Wednesday, 29 July 2020 12:36 AM
>>> *To: *django-users@googlegroups.com
>>> *Subject: *Re: Python-django project
>>>
>>>
>>>
>>> I am also interested. Please add my number 8750641542
>>>
>>>
>>>
>>>
>>>
>>> Regards,
>>>
>>> Mithlesh Kumar
>>>
>>>
>>>
>>> On Tue, Jul 28, 2020, 19:07 BISWAJEET MISHRA <
>>> biswajeetmishra...@gmail.com> wrote:
>>>
>>> Hii..
>>>
>>> I'm interested to work with you, U can contact me over whatsapp
>>> +917978330633.
>>>
>>> Thanks
>>>
>>>
>>>
>>> On Tue, Jul 21, 2020, 08:39 learn code  wrote:
>>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%40mail.gmail.com?utm_medium=email_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/msgid/django-users/C785D392-43C0-4832-860C-7BE114D1F726%40hxcore.ol
>>> <https://groups.google.com/d/msgid/django-users/C785D392-43C0-4832-860C-7BE114D1F726%40hxcore.ol?utm_medium=email_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/msgid/django-users/CAJ1QTg%3DdUaBXnSD9tYt_c5v430sOoALX_LAyockqXg_LhoL5pg%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAJ1QTg%3DdUaBXnSD9tYt_c5v430sOoALX_LAyockqXg_LhoL5pg%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAGR%2BspcdF-a4PB_CT3YEaEtJE-SB7dYDe1s7Cj%3DMmUgWxjcFgA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAGR%2BspcdF-a4PB_CT3YEaEtJE-SB7dYDe1s7Cj%3DMmUgWxjcFgA%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAGubYYw7RZKPG8_gRgctacG3EXh2GegK8VKaJAxCRFbaqf3hLA%40mail.gmail.com.


Re: Python-django project

2020-08-05 Thread neeraj garg
Hi Guys,

Could you please give me a clue what kind of project you are planning to
build?

On Wed, Aug 5, 2020, 8:23 PM jhabar singh 
wrote:

> Sapna, Can you tell me something about your project?
>
> On Wed 5 Aug, 2020, 5:22 PM yammunap...@gmail.com, 
> wrote:
>
>> Dear I am interested to join with your work. Its my WhatsApp number
>> +919384402100
>>
>> Best regards,
>>
>> Yamuna V
>>
>>
>>
>> *From: *Mithlesh Kumar 
>> *Sent: *Wednesday, 29 July 2020 12:36 AM
>> *To: *django-users@googlegroups.com
>> *Subject: *Re: Python-django project
>>
>>
>>
>> I am also interested. Please add my number 8750641542
>>
>>
>>
>>
>>
>> Regards,
>>
>> Mithlesh Kumar
>>
>>
>>
>> On Tue, Jul 28, 2020, 19:07 BISWAJEET MISHRA <
>> biswajeetmishra...@gmail.com> wrote:
>>
>> Hii..
>>
>> I'm interested to work with you, U can contact me over whatsapp
>> +917978330633.
>>
>> Thanks
>>
>>
>>
>> On Tue, Jul 21, 2020, 08:39 learn code  wrote:
>>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%40mail.gmail.com?utm_medium=email_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/msgid/django-users/C785D392-43C0-4832-860C-7BE114D1F726%40hxcore.ol
>> <https://groups.google.com/d/msgid/django-users/C785D392-43C0-4832-860C-7BE114D1F726%40hxcore.ol?utm_medium=email_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/msgid/django-users/CAJ1QTg%3DdUaBXnSD9tYt_c5v430sOoALX_LAyockqXg_LhoL5pg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAJ1QTg%3DdUaBXnSD9tYt_c5v430sOoALX_LAyockqXg_LhoL5pg%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAGR%2BspcdF-a4PB_CT3YEaEtJE-SB7dYDe1s7Cj%3DMmUgWxjcFgA%40mail.gmail.com.


Re: Python-django project

2020-08-05 Thread jhabar singh
Sapna, Can you tell me something about your project?

On Wed 5 Aug, 2020, 5:22 PM yammunap...@gmail.com, 
wrote:

> Dear I am interested to join with your work. Its my WhatsApp number
> +919384402100
>
> Best regards,
>
> Yamuna V
>
>
>
> *From: *Mithlesh Kumar 
> *Sent: *Wednesday, 29 July 2020 12:36 AM
> *To: *django-users@googlegroups.com
> *Subject: *Re: Python-django project
>
>
>
> I am also interested. Please add my number 8750641542
>
>
>
>
>
> Regards,
>
> Mithlesh Kumar
>
>
>
> On Tue, Jul 28, 2020, 19:07 BISWAJEET MISHRA 
> wrote:
>
> Hii..
>
> I'm interested to work with you, U can contact me over whatsapp
> +917978330633.
>
> Thanks
>
>
>
> On Tue, Jul 21, 2020, 08:39 learn code  wrote:
>
> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%40mail.gmail.com?utm_medium=email_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/msgid/django-users/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%40mail.gmail.com?utm_medium=email_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/msgid/django-users/C785D392-43C0-4832-860C-7BE114D1F726%40hxcore.ol
> <https://groups.google.com/d/msgid/django-users/C785D392-43C0-4832-860C-7BE114D1F726%40hxcore.ol?utm_medium=email_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/msgid/django-users/CAJ1QTg%3DdUaBXnSD9tYt_c5v430sOoALX_LAyockqXg_LhoL5pg%40mail.gmail.com.


RE: Python-django project

2020-08-05 Thread yammunap...@gmail.com
Dear I am interested to join with your work. Its my WhatsApp number +919384402100Best regards,Yamuna V From: Mithlesh KumarSent: Wednesday, 29 July 2020 12:36 AMTo: django-users@googlegroups.comSubject: Re: Python-django project I am also interested. Please add my number 8750641542   Regards,Mithlesh Kumar On Tue, Jul 28, 2020, 19:07 BISWAJEET MISHRA <biswajeetmishra...@gmail.com> wrote:Hii..I'm interested to work with you, U can contact me over whatsapp +917978330633.Thanks On Tue, Jul 21, 2020, 08:39 learn code <learningco...@gmail.com> wrote:Hi everyone, I am learning python and django, like to work on the projects to improve more.If any one interested to join with me to work on the projects,plz send me a email.-- 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%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/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%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/C785D392-43C0-4832-860C-7BE114D1F726%40hxcore.ol.


Re: Python-django project

2020-08-05 Thread sapna Choudhary
Interested

On Tue 21 Jul, 2020, 8:39 AM learn code,  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAP6mExj-kS_aeUJDc0Wo%3DzyTXbKSvSfYQF0WH33yMgAbEtqCyw%40mail.gmail.com.


Re: Python-django project

2020-07-28 Thread Lokesh Kumar
Hi there!

Great to hear from you all!

Looking forward to your support.

On Tue, Jul 28, 2020 at 10:20 PM KONE GOMPOU LOUA ALASSANE <
gompou.k...@uvci.edu.ci> wrote:

> +225 47389778
>
> interested brother!
> Regards...
>
> Le mar. 28 juil. 2020 à 16:37, Mithlesh Kumar  a
> écrit :
>
>> I am also interested. Please add my number 8750641542
>>
>>
>> Regards,
>> Mithlesh Kumar
>>
>> On Tue, Jul 28, 2020, 19:07 BISWAJEET MISHRA <
>> biswajeetmishra...@gmail.com> wrote:
>>
>>> Hii..
>>> I'm interested to work with you, U can contact me over whatsapp
>>> +917978330633.
>>> Thanks
>>>
>>> On Tue, Jul 21, 2020, 08:39 learn code  wrote:
>>>
 Hi everyone,

 I am learning python and django, like to work on the projects to
 improve more.If any one interested to join with me to work on the
 projects,plz send me a email.

 --
 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%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/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%40mail.gmail.com
>> 
>> .
>>
>
>
> --
> *La meilleure façon de prédire l’avenir est de le créer. *
>
>
> --
> 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/CANoHCsvDp-Bg9m2%3DQJd60Rma%3D8RYRQcM4qynpbnQsfdX0rzYyw%40mail.gmail.com
> 
> .
>


-- 

Lokesh Kumar
about.me/LokeshK431


-- 
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/CADiRPBq_cv-cacmpUU5sJbwfwNsBtk-yOc2c3HOCwWJ%2BS_tNoA%40mail.gmail.com.


Re: Python-django project

2020-07-28 Thread KONE GOMPOU LOUA ALASSANE
+225 47389778

interested brother!
Regards...

Le mar. 28 juil. 2020 à 16:37, Mithlesh Kumar  a
écrit :

> I am also interested. Please add my number 8750641542
>
>
> Regards,
> Mithlesh Kumar
>
> On Tue, Jul 28, 2020, 19:07 BISWAJEET MISHRA 
> wrote:
>
>> Hii..
>> I'm interested to work with you, U can contact me over whatsapp
>> +917978330633.
>> Thanks
>>
>> On Tue, Jul 21, 2020, 08:39 learn code  wrote:
>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%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/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%40mail.gmail.com
> 
> .
>


-- 
*La meilleure façon de prédire l’avenir est de le créer. *

-- 
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/CANoHCsvDp-Bg9m2%3DQJd60Rma%3D8RYRQcM4qynpbnQsfdX0rzYyw%40mail.gmail.com.


Re: Python-django project

2020-07-28 Thread Mithlesh Kumar
I am also interested. Please add my number 8750641542


Regards,
Mithlesh Kumar

On Tue, Jul 28, 2020, 19:07 BISWAJEET MISHRA 
wrote:

> Hii..
> I'm interested to work with you, U can contact me over whatsapp
> +917978330633.
> Thanks
>
> On Tue, Jul 21, 2020, 08:39 learn code  wrote:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%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/CAP-2mbSt%2B0%2BbaYnOZNvhY0-7T9SKkE9dPJo17BvQp0HKxj0S8Q%40mail.gmail.com.


Re: Python-django project

2020-07-28 Thread BISWAJEET MISHRA
Hii..
I'm interested to work with you, U can contact me over whatsapp
+917978330633.
Thanks

On Tue, Jul 21, 2020, 08:39 learn code  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CA%2B917QuPM99qrVYjfVxdrkyuH%3Db4umunS0mgutMM5r-0J%2BNnmA%40mail.gmail.com.


Re: Python-django project

2020-07-27 Thread Vikash Django
 I am also interested add me  +91-9158080139

On Mon, Jul 27, 2020 at 8:01 PM Vishnu Bhandari 
wrote:

> Hi Folks,
> Decided to make a whats app group of all django users (aspiring and
> expert) for sharing problem and asnwers.
> Request you all, please ping me om +919561879917...
> Or u can join thru this link -
> https://chat.whatsapp.com/Gmr7QDkNw8YIxobnzNQfbl
>
> If any existing group exists, please add me there. - 9561879917
>
>
> On Mon, 27 Jul, 2020, 7:49 pm Sead Sejo Gicić, 
> wrote:
>
>> Very nice opportunity! I am interested... I am waiting for further
>> details! Regard
>>
>> уто, 21. јул 2020. у 05:09 learn code  је
>> написао/ла:
>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CALFh0xGvJUJX6Yqfcvj5s0oPhn%2BDe0zdcO%2BsAariE_vb%2B%2BNqmQ%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/CALeETXLEf62dRiBowbdPjpWMQ6E00fGso7M7g20cwYQsUgv1mg%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/CADtCbmYWpVR6afv2QAFk25vQ4s5rHAypcZAXZ4RNgimC5eb%2BYQ%40mail.gmail.com.


Re: Python-django project

2020-07-27 Thread Vishnu Bhandari
Hi Folks,
Decided to make a whats app group of all django users (aspiring and expert)
for sharing problem and asnwers.
Request you all, please ping me om +919561879917...
Or u can join thru this link -
https://chat.whatsapp.com/Gmr7QDkNw8YIxobnzNQfbl

If any existing group exists, please add me there. - 9561879917


On Mon, 27 Jul, 2020, 7:49 pm Sead Sejo Gicić,  wrote:

> Very nice opportunity! I am interested... I am waiting for further
> details! Regard
>
> уто, 21. јул 2020. у 05:09 learn code  је
> написао/ла:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CALFh0xGvJUJX6Yqfcvj5s0oPhn%2BDe0zdcO%2BsAariE_vb%2B%2BNqmQ%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/CALeETXLEf62dRiBowbdPjpWMQ6E00fGso7M7g20cwYQsUgv1mg%40mail.gmail.com.


Re: Python-django project

2020-07-27 Thread Sead Sejo Gicić
Very nice opportunity! I am interested... I am waiting for further details!
Regard

уто, 21. јул 2020. у 05:09 learn code  је
написао/ла:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CALFh0xGvJUJX6Yqfcvj5s0oPhn%2BDe0zdcO%2BsAariE_vb%2B%2BNqmQ%40mail.gmail.com.


Re: Python-django project

2020-07-27 Thread Everlyne Kemo
Hey am interested

On Tue, 21 Jul 2020, 06:09 learn code,  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAH8JXBDBJWQE2P4GGTgaOK9rw0%2B9kXHXLGg%2BuaA4R4-uvsCtDQ%40mail.gmail.com.


Re: Python-django project

2020-07-27 Thread Archit Keshri
I am interested

On Mon, 27 Jul, 2020, 7:04 PM Olasande Asimiyu, 
wrote:

> I'm interested
>
> On Mon, Jul 27, 2020, 2:01 PM Lokesh Kumar  wrote:
>
>> I'm interested!
>>
>> On Tue, Jul 21, 2020 at 8:39 AM learn code 
>> wrote:
>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
>>> .
>>>
>>
>>
>> --
>>
>> 
>> Lokesh Kumar
>> about.me/LokeshK431
>> 
>>
>> --
>> 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/CADiRPBpU7o6qyykQir34-fri4FvP4w4P%3D1-jyEC2u3vrka%2BbWQ%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/CAK0X3bALK9LMsAFnT6LhTGUArWQvGn7M5LjBUe7R5LMK66-Q2g%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/CAFcndAyXaY1vuv4jAjqpX36R6J8%3DsKVj%3DC0husyc6ds6t9CD5Q%40mail.gmail.com.


Re: Python-django project

2020-07-27 Thread Olasande Asimiyu
I'm interested

On Mon, Jul 27, 2020, 2:01 PM Lokesh Kumar  wrote:

> I'm interested!
>
> On Tue, Jul 21, 2020 at 8:39 AM learn code 
> wrote:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
>> .
>>
>
>
> --
>
> 
> Lokesh Kumar
> about.me/LokeshK431
> 
>
> --
> 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/CADiRPBpU7o6qyykQir34-fri4FvP4w4P%3D1-jyEC2u3vrka%2BbWQ%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/CAK0X3bALK9LMsAFnT6LhTGUArWQvGn7M5LjBUe7R5LMK66-Q2g%40mail.gmail.com.


Re: Python-django project

2020-07-27 Thread Lokesh Kumar
I'm interested!

On Tue, Jul 21, 2020 at 8:39 AM learn code  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
> .
>


-- 

Lokesh Kumar
about.me/LokeshK431


-- 
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/CADiRPBpU7o6qyykQir34-fri4FvP4w4P%3D1-jyEC2u3vrka%2BbWQ%40mail.gmail.com.


Re: Python-django project

2020-07-27 Thread sourav chakraborty
I'm Interested.

On Mon, Jul 27, 2020 at 9:03 AM jhabar singh 
wrote:

> I am Interested
>
>
> --
> 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/90074d5c-2004-4a0a-9535-83d345cde60eo%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/CA%2B5wCfY8RVL%3D%3Dg22TOsyBJRco9F4QN%3D2xYUhvrTa6BF6_%3DW7xg%40mail.gmail.com.


Re: Python-django project

2020-07-26 Thread jhabar singh
I am Interested


-- 
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/90074d5c-2004-4a0a-9535-83d345cde60eo%40googlegroups.com.


Re: Python-django project

2020-07-26 Thread Andi Setyawan
Interested

Pada tanggal 21 Jul 2020 10:10 AM, "learn code" 
menulis:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%
> 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/CAG_zNb--MuYzCdxh4PmzbCmXiKCMxefeM%3D4zUx5mRU7zkvE99A%40mail.gmail.com.


Re: Python-django project

2020-07-25 Thread Manoj Kumar Singh
Interested

On Sat, 25 Jul, 2020, 8:22 am Andi Setyawan,  wrote:

> Goodluck
>
> Pada tanggal 24 Jul 2020 10:08 AM, "Parampal Singh" <
> parampalsingh...@gmail.com> menulis:
>
>> 藍藍 best of luck brother 
>>
>> On Fri, 24 Jul, 2020, 7:19 am Sreenivasulu Boggala, 
>> wrote:
>>
>>> I am also interested
>>>
>>> On Fri, 24 Jul, 2020, 2:19 am Himanshi Dhanwadhiya, 
>>> wrote:
>>>
 Interested

 On Tue, 21 Jul, 2020, 8:39 am learn code, 
 wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to
> improve more.If any one interested to join with me to work on the
> projects,plz send me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAK%2B6XsCzaXtAcCY_pKw%2Bc3n%3DJbB%2Beu3NF6wEbDDTYGwc6_wfiw%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/CAH%2BGg%3DyxT6rXad2vv5dma9OEnbZziz1TX5X4wzmS72XXw1dUag%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/CANYMdQLAiPuU%3Dspxv0nBUOq3%3DwV_0xiuQvgK3gOdR7cJMdj%3DYg%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/CAG_zNb_L4Cr04WMZU9OXxnBtLDCinxbMHOd-heGW67sOAL4SVA%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/CAKfuDkU6oy%2BNkvxhrmeX3oSXx4jxEEQUv3RkeqCcyeWjH1rhOw%40mail.gmail.com.


Re: Python-django project

2020-07-24 Thread Andi Setyawan
Goodluck

Pada tanggal 24 Jul 2020 10:08 AM, "Parampal Singh" <
parampalsingh...@gmail.com> menulis:

> 藍藍 best of luck brother 
>
> On Fri, 24 Jul, 2020, 7:19 am Sreenivasulu Boggala, 
> wrote:
>
>> I am also interested
>>
>> On Fri, 24 Jul, 2020, 2:19 am Himanshi Dhanwadhiya, 
>> wrote:
>>
>>> Interested
>>>
>>> On Tue, 21 Jul, 2020, 8:39 am learn code, 
>>> wrote:
>>>
 Hi everyone,

 I am learning python and django, like to work on the projects to
 improve more.If any one interested to join with me to work on the
 projects,plz send me a email.

 --
 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%
 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/CAK%2B6XsCzaXtAcCY_pKw%2Bc3n%
>>> 3DJbB%2Beu3NF6wEbDDTYGwc6_wfiw%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/CAH%2BGg%3DyxT6rXad2vv5dma9OEnbZziz1TX5
>> X4wzmS72XXw1dUag%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/CANYMdQLAiPuU%3Dspxv0nBUOq3%
> 3DwV_0xiuQvgK3gOdR7cJMdj%3DYg%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/CAG_zNb_L4Cr04WMZU9OXxnBtLDCinxbMHOd-heGW67sOAL4SVA%40mail.gmail.com.


Re: Python-django project

2020-07-23 Thread Parampal Singh
藍藍 best of luck brother 

On Fri, 24 Jul, 2020, 7:19 am Sreenivasulu Boggala, 
wrote:

> I am also interested
>
> On Fri, 24 Jul, 2020, 2:19 am Himanshi Dhanwadhiya, 
> wrote:
>
>> Interested
>>
>> On Tue, 21 Jul, 2020, 8:39 am learn code, 
>> wrote:
>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAK%2B6XsCzaXtAcCY_pKw%2Bc3n%3DJbB%2Beu3NF6wEbDDTYGwc6_wfiw%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/CAH%2BGg%3DyxT6rXad2vv5dma9OEnbZziz1TX5X4wzmS72XXw1dUag%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/CANYMdQLAiPuU%3Dspxv0nBUOq3%3DwV_0xiuQvgK3gOdR7cJMdj%3DYg%40mail.gmail.com.


Re: Python-django project

2020-07-23 Thread Sreenivasulu Boggala
I am also interested

On Fri, 24 Jul, 2020, 2:19 am Himanshi Dhanwadhiya, 
wrote:

> Interested
>
> On Tue, 21 Jul, 2020, 8:39 am learn code,  wrote:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAK%2B6XsCzaXtAcCY_pKw%2Bc3n%3DJbB%2Beu3NF6wEbDDTYGwc6_wfiw%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/CAH%2BGg%3DyxT6rXad2vv5dma9OEnbZziz1TX5X4wzmS72XXw1dUag%40mail.gmail.com.


Re: Python-django project

2020-07-23 Thread Deepti sharma
Interested

On Thu, Jul 23, 2020 at 4:49 PM Himanshi Dhanwadhiya 
wrote:

> Interested
>
> On Tue, 21 Jul, 2020, 8:39 am learn code,  wrote:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>
>
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAK%2B6XsCzaXtAcCY_pKw%2Bc3n%3DJbB%2Beu3NF6wEbDDTYGwc6_wfiw%40mail.gmail.com
> 
> .
>
-- 
Regards
Deepti Sharma
Blog: https://deepti96.wordpress.com/
Github: https://github.com/dsdeeptisharma
Gitlab: https://gitlab.com/u/dsdeepti
"Great works are not performed by strength but by perseverance"

-- 
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/CAJOjMFdhQUZqjjnNB801Hsj8hPaB3OC2%3DgsfVmJe_T6BcFon2w%40mail.gmail.com.


Re: Python-django project

2020-07-23 Thread Haris Ahmad
haris18...@gmail.com

On Fri, 24 Jul 2020, 2:34 AM Haris Ahmad,  wrote:

> Intersted.
> Kind regards Haris Ahmad
>
> On Tue, 21 Jul 2020, 8:10 AM learn code,  wrote:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAG0UDYaiBWKKcPb86UkJRJipiznMjST%2BLda27Dbbq9seSnQmfA%40mail.gmail.com.


Re: Python-django project

2020-07-23 Thread Haris Ahmad
Intersted.

On Fri, 24 Jul 2020, 2:31 AM _M_A_Y_A_N_K_, 
wrote:

> Interested
>
> Thanks & Regards,
> -
> Mayank Tripathi
> Mo. +1 615 962 2128
> "Do what you can, with what you have, where you are -by Theodore
> Roosevelt"
>
>
>
> On Thu, Jul 23, 2020 at 3:49 PM Himanshi Dhanwadhiya 
> wrote:
>
>> Interested
>>
>> On Tue, 21 Jul, 2020, 8:39 am learn code, 
>> wrote:
>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAK%2B6XsCzaXtAcCY_pKw%2Bc3n%3DJbB%2Beu3NF6wEbDDTYGwc6_wfiw%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/CALQo0B8gx3VOed-RDzGnLYFoBaPMcxzJ6Qj6Bs6Z9H38teRy8A%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/CAG0UDYbAUJouLkQ-q4xshzG%3DVm3Lg2uOJJfQCMZOj5qjyuL%2BXw%40mail.gmail.com.


Re: Python-django project

2020-07-23 Thread _M_A_Y_A_N_K_
Interested

Thanks & Regards,
-
Mayank Tripathi
Mo. +1 615 962 2128
"Do what you can, with what you have, where you are -by Theodore Roosevelt"



On Thu, Jul 23, 2020 at 3:49 PM Himanshi Dhanwadhiya 
wrote:

> Interested
>
> On Tue, 21 Jul, 2020, 8:39 am learn code,  wrote:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAK%2B6XsCzaXtAcCY_pKw%2Bc3n%3DJbB%2Beu3NF6wEbDDTYGwc6_wfiw%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/CALQo0B8gx3VOed-RDzGnLYFoBaPMcxzJ6Qj6Bs6Z9H38teRy8A%40mail.gmail.com.


Re: Python-django project

2020-07-23 Thread Himanshi Dhanwadhiya
Interested

On Tue, 21 Jul, 2020, 8:39 am learn code,  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAK%2B6XsCzaXtAcCY_pKw%2Bc3n%3DJbB%2Beu3NF6wEbDDTYGwc6_wfiw%40mail.gmail.com.


Re: Python-django project

2020-07-22 Thread Muhammad Faraz
Interested.

On Tue, Jul 21, 2020 at 08:10 learn code  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CANu5hbtZAkXdEWSkXm7sW%2Bt1UgQ_Q3E32_e7jzo%2BVsZ%2BUxkFJg%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread sai Krishna
I am interested

On Tue, 21 Jul 2020, 11:12 pm Mahendra,  wrote:

> I am interested
>
> MAHENDRA YADAV
>
> On Tue, 21 Jul 2020, 8:39 am learn code,  wrote:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAN-6G3zbJX6u79Nax6mb6b%2BoufQ7S_6nth7OXqjV9t3sF%3DQRzw%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/CANuWcokWnHC55P5Mv9nhxh-%3Da%3DQU_U9YKYj3jgdJPsz_ZAdPbg%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread Mahendra
I am interested

MAHENDRA YADAV

On Tue, 21 Jul 2020, 8:39 am learn code,  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAN-6G3zbJX6u79Nax6mb6b%2BoufQ7S_6nth7OXqjV9t3sF%3DQRzw%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread Madhav Nandan
Interested.

email: mnanda...@gmail.com

Github: https://github.com/madhav06
LinkedIn: https://www.linkedin.com/in/madhav-nandan-a7809a8b/

On Tue, Jul 21, 2020 at 8:23 PM Mangal Is Back 
wrote:

> if anym=one have books ore anything related to django and its
> database.please share it
>
>
> On Tue, Jul 21, 2020 at 4:53 PM Daniel Njoku  wrote:
>
>> interested
>>
>> On Tue, Jul 21, 2020 at 4:09 AM learn code 
>> wrote:
>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
>>> .
>>>
>>
>>
>> --
>> Daniel Njoku
>>
>> --
>> 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/CANkB3EARWq7ByXUmNuzVUFGyGuDK%3D1THrfQHqsAH8JhbnbRv-A%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/CAMMJTYKNfuHBr7fFQWpKBEedxPpAYDOxE%3DKPv%2B9qrHw%2BpOA-4A%40mail.gmail.com
> 
> .
>


-- 
Madhav Nandan

-- 
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/CAGXYL6%2Bt1PiGoh7%3DiCB5R5DL%2B5qSF9%3DK7cDy9TwWMWraXXps9Q%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread Aouinti Mahmoud
Interested

Le mar. 21 juil. 2020 à 16:53, Mangal Is Back  a
écrit :

> if anym=one have books ore anything related to django and its
> database.please share it
>
>
> On Tue, Jul 21, 2020 at 4:53 PM Daniel Njoku  wrote:
>
>> interested
>>
>> On Tue, Jul 21, 2020 at 4:09 AM learn code 
>> wrote:
>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
>>> .
>>>
>>
>>
>> --
>> Daniel Njoku
>>
>> --
>> 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/CANkB3EARWq7ByXUmNuzVUFGyGuDK%3D1THrfQHqsAH8JhbnbRv-A%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/CAMMJTYKNfuHBr7fFQWpKBEedxPpAYDOxE%3DKPv%2B9qrHw%2BpOA-4A%40mail.gmail.com
> 
> .
>


-- 
*Aouinti Mahmoud*
*Ingénieur Logiciel*
*NEOPOLIS DEVELOPPEMENT*
*GSM: (+216) 25.003.709*

-- 
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/CALXEEgkmv8r5HRtNEGP%2B5PySVi6%3Di2FQ65L_AXO4eQtqOa9svQ%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread dr neyx de godlove
interested

On Tue, Jul 21, 2020 at 5:53 PM Mangal Is Back 
wrote:

> if anym=one have books ore anything related to django and its
> database.please share it
>
>
> On Tue, Jul 21, 2020 at 4:53 PM Daniel Njoku  wrote:
>
>> interested
>>
>> On Tue, Jul 21, 2020 at 4:09 AM learn code 
>> wrote:
>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
>>> .
>>>
>>
>>
>> --
>> Daniel Njoku
>>
>> --
>> 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/CANkB3EARWq7ByXUmNuzVUFGyGuDK%3D1THrfQHqsAH8JhbnbRv-A%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/CAMMJTYKNfuHBr7fFQWpKBEedxPpAYDOxE%3DKPv%2B9qrHw%2BpOA-4A%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/CAJofND6gf6n7XPr%3DwhxXfxSxV%3DaNGC0%3DS4wLax4-9mFUTNDJoA%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread Mangal Is Back
if anym=one have books ore anything related to django and its
database.please share it


On Tue, Jul 21, 2020 at 4:53 PM Daniel Njoku  wrote:

> interested
>
> On Tue, Jul 21, 2020 at 4:09 AM learn code 
> wrote:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
>> .
>>
>
>
> --
> Daniel Njoku
>
> --
> 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/CANkB3EARWq7ByXUmNuzVUFGyGuDK%3D1THrfQHqsAH8JhbnbRv-A%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/CAMMJTYKNfuHBr7fFQWpKBEedxPpAYDOxE%3DKPv%2B9qrHw%2BpOA-4A%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread yassin ndaye
interest

On Tue, 21 Jul 2020 at 08:09, Ogunsanya Opeyemi 
wrote:

> Hi i am intrested
>
> On Tuesday, July 21, 2020, Ernest Thuku  wrote:
>
>> Interested
>>
>> On Tue, Jul 21, 2020, 07:45 yammuna pari  wrote:
>>
>>> Hai I am interested
>>>
>>> Regards,
>>>
>>> Yamuna
>>>
>>> On Tue, Jul 21, 2020 at 11:16 AM Nagaraju Singothu <
>>> nagarajusingoth...@gmail.com> wrote:
>>>
 Interested

 On Tue 21 Jul, 2020, 8:40 AM learn code >>>
> Hi everyone,
>
> I am learning python and django, like to work on the projects to
> improve more.If any one interested to join with me to work on the
> projects,plz send me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAMyGuAbu-z8uDwS9KS%3Df4c7sMkgtLrM5cN4AHz6d3dM-7CVN6Q%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/CAKTtA5ZO58xHtJhw14pUUC%3DtxHeVVDCvZ%3DCrSgpC8ZV4ARnaGw%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/CAPsfuodEf96BcFWhVnzM%2BEkhb4D7-oYPWnJOdeiFU69BgeutBg%40mail.gmail.com
>> 
>> .
>>
>
>
> --
> OGUNSANYA OPEYEMI
>
> --
> 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/CABJxPrGLskwn93K1CR1WNjxj4raXMGBKi3-MMt2g9DUu0kKUBQ%40mail.gmail.com
> 
> .
>


-- 
 -
*Mieux s'informer, mieux se developper*







*Tel: +243972727228
   +243853253569
+250782717723Skype:
ndaye.binTwitter: @amiyassinFacebook: Yassin Ndaye*
Web: *www.emergence-groupe.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/CACXVoVv0UsRQZ6Px%3DqApgk6Xm%2BN3SgyQVW48%2BV5ocvvLT8CgfQ%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread Daniel Njoku
interested

On Tue, Jul 21, 2020 at 4:09 AM learn code  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
> .
>


-- 
Daniel Njoku

-- 
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/CANkB3EARWq7ByXUmNuzVUFGyGuDK%3D1THrfQHqsAH8JhbnbRv-A%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread Tobi DEGNON
Interested, what kind of projects is it ?

Le mar. 21 juill. 2020 04 h 10, learn code  a
écrit :

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CACeK5bkiqZD6Wm1inPHXD3qC6ZZ6RgQDUNTQfNdaYKzHWQPRcQ%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread ROHINI PUNDE
I am interested to work on projects,I send my email-id please see it.
email-punderoh...@gmail.com

On Monday, July 20, 2020 at 8:09:08 PM UTC-7, learn code wrote:
>
> Hi everyone, 
>
> I am learning python and django, like to work on the projects to improve 
> more.If any one interested to join with me to work on the projects,plz send 
> me a email.
>

-- 
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/df0f2c44-597d-4eec-bf13-832eb8236263o%40googlegroups.com.


Re: Python-django project

2020-07-21 Thread Chuck Yu
Interested.

On Monday, July 20, 2020 at 8:09:08 PM UTC-7, learn code wrote:
>
> Hi everyone, 
>
> I am learning python and django, like to work on the projects to improve 
> more.If any one interested to join with me to work on the projects,plz send 
> me a email.
>

-- 
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/61a0ba00-6657-43bf-b28c-ea7e45c3ad07o%40googlegroups.com.


Re: Python-django project

2020-07-21 Thread Ogunsanya Opeyemi
Hi i am intrested

On Tuesday, July 21, 2020, Ernest Thuku  wrote:

> Interested
>
> On Tue, Jul 21, 2020, 07:45 yammuna pari  wrote:
>
>> Hai I am interested
>>
>> Regards,
>>
>> Yamuna
>>
>> On Tue, Jul 21, 2020 at 11:16 AM Nagaraju Singothu <
>> nagarajusingoth...@gmail.com> wrote:
>>
>>> Interested
>>>
>>> On Tue 21 Jul, 2020, 8:40 AM learn code >>
 Hi everyone,

 I am learning python and django, like to work on the projects to
 improve more.If any one interested to join with me to work on the
 projects,plz send me a email.

 --
 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%
 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/CAMyGuAbu-z8uDwS9KS%3Df4c7sMkgtLrM5cN4AHz6d3dM-
>>> 7CVN6Q%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/CAKTtA5ZO58xHtJhw14pUUC%3DtxHeVVDCvZ%
>> 3DCrSgpC8ZV4ARnaGw%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/CAPsfuodEf96BcFWhVnzM%2BEkhb4D7-
> oYPWnJOdeiFU69BgeutBg%40mail.gmail.com
> 
> .
>


-- 
OGUNSANYA OPEYEMI

-- 
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/CABJxPrGLskwn93K1CR1WNjxj4raXMGBKi3-MMt2g9DUu0kKUBQ%40mail.gmail.com.


Re: Python-django project

2020-07-20 Thread Ernest Thuku
Interested

On Tue, Jul 21, 2020, 07:45 yammuna pari  wrote:

> Hai I am interested
>
> Regards,
>
> Yamuna
>
> On Tue, Jul 21, 2020 at 11:16 AM Nagaraju Singothu <
> nagarajusingoth...@gmail.com> wrote:
>
>> Interested
>>
>> On Tue 21 Jul, 2020, 8:40 AM learn code >
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAMyGuAbu-z8uDwS9KS%3Df4c7sMkgtLrM5cN4AHz6d3dM-7CVN6Q%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/CAKTtA5ZO58xHtJhw14pUUC%3DtxHeVVDCvZ%3DCrSgpC8ZV4ARnaGw%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/CAPsfuodEf96BcFWhVnzM%2BEkhb4D7-oYPWnJOdeiFU69BgeutBg%40mail.gmail.com.


Re: Python-django project

2020-07-20 Thread yammuna pari
Hai I am interested

Regards,

Yamuna

On Tue, Jul 21, 2020 at 11:16 AM Nagaraju Singothu <
nagarajusingoth...@gmail.com> wrote:

> Interested
>
> On Tue 21 Jul, 2020, 8:40 AM learn code 
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAMyGuAbu-z8uDwS9KS%3Df4c7sMkgtLrM5cN4AHz6d3dM-7CVN6Q%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/CAKTtA5ZO58xHtJhw14pUUC%3DtxHeVVDCvZ%3DCrSgpC8ZV4ARnaGw%40mail.gmail.com.


Re: Python-django project

2020-07-20 Thread harshith kumar pedarla
Hi I'm interested to join with you in python django project.let me know if
you need any further details.

Thank you,
Harshith Pedarla.

On Tue, 21 Jul, 2020, 8:39 am learn code,  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAJjvY43mVuo-323oT-sHSzHgNzqOx8nNa9HkMnEQF1%2BJS3FS3Q%40mail.gmail.com.


Re: Python-django project

2020-07-20 Thread Ashutosh Mishra
interested


On Tue, Jul 21, 2020 at 8:40 AM learn code  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAGDmY64fpNcib63n4wdsMP83cN%2BxUXT96tmEyH%2BENc0NFx8XZA%40mail.gmail.com.


Re: Python-django project

2020-07-20 Thread Appu Yadav
intersted

my email appu.respo...@gmail.com

On Tue, 21 Jul 2020, 08:55 Deepti sharma,  wrote:

> Interested
>
> On Mon, Jul 20, 2020 at 11:09 PM learn code 
> wrote:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
>> .
>>
> --
> Regards
> Deepti Sharma
> Blog: https://deepti96.wordpress.com/
> Github: https://github.com/dsdeeptisharma
> Gitlab: https://gitlab.com/u/dsdeepti
> "Great works are not performed by strength but by perseverance"
>
> --
> 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/CAJOjMFeYwLp9g1MMaByoeL9zjQc209X4452_CtnCXpPQhK5GtQ%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/CAF_eeveFCqQBP%3DdrnhitvDU7f-6atoFdDK%3D9CdS8hn10k9XHeA%40mail.gmail.com.


Re: Python-django project

2020-07-20 Thread Deepti sharma
Interested

On Mon, Jul 20, 2020 at 11:09 PM learn code  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
> .
>
-- 
Regards
Deepti Sharma
Blog: https://deepti96.wordpress.com/
Github: https://github.com/dsdeeptisharma
Gitlab: https://gitlab.com/u/dsdeepti
"Great works are not performed by strength but by perseverance"

-- 
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/CAJOjMFeYwLp9g1MMaByoeL9zjQc209X4452_CtnCXpPQhK5GtQ%40mail.gmail.com.


Re: Python-django project

2020-07-20 Thread Nagaraju Singothu
Interested

On Tue 21 Jul, 2020, 8:40 AM learn code  Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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/e7116e9b-9458-4f49-a638-135c4b5874e0o%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/CAMyGuAbu-z8uDwS9KS%3Df4c7sMkgtLrM5cN4AHz6d3dM-7CVN6Q%40mail.gmail.com.


Re: Python Django Training

2020-03-02 Thread Hadisur Rahman
add me too
ᐧ

On Mon, Mar 2, 2020 at 6:38 PM MS V  wrote:

> Please add me too
>
> On Mon, Mar 2, 2020 at 12:17 PM amanda  wrote:
>
>> I am interesting learn
>>
>> 在 2020年2月1日星期六 UTC+1下午2:42:52,Srikanth K写道:
>>>
>>> Hi,
>>>
>>> I am from Hyderabad. I am Python Developer by Profession. I am eager
>>> take up any Python , Django Training (online Preferrable or Weekends).
>>> Members who require can contact me or share me  there idea.
>>>
>>> Regards,
>>> Srikanth.K
>>>
>> --
>> 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/86f4f061-5500-45e1-aa16-e87090af41c9%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/CA%2BDHP4ei4N4HwMz22NPCkHgcC2bdKLcbnciYQfqMpDf33pDPag%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/CAOd0vtVT5G9byOYhtxgR%2BoYa6yR0LDjHAGsEZGNe_RjE67Jukw%40mail.gmail.com.


Re: Python Django Training

2020-03-02 Thread shimaa
hello
I'm interested too. You can add me up on WhatsApp +02001016334768

بتاريخ السبت، 1 فبراير، 2020 3:42:52 م UTC+2، كتب Srikanth K:
>
> Hi,
>
> I am from Hyderabad. I am Python Developer by Profession. I am eager take 
> up any Python , Django Training (online Preferrable or Weekends). Members 
> who require can contact me or share me  there idea.
>
> Regards,
> Srikanth.K
>

-- 
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/6341b180-e316-4f35-83d0-42d7dff3c75e%40googlegroups.com.


  1   2   3   >