Re: 127.0.0.1 refused to connect.

2020-12-18 Thread Frank Chukka
try running the server without including the ip or port,just run "python
manage.py runserver" only.

The way I tend to solve problems like this is I reduce the search space by
ruling out what is obviously not the issue(e.g I don't think you have to
reinstall your os or that it has anything to do with https since you're
running locally) next I look at the error message(especially the last line
in cmd) then I do a little bit of Googling.just keep ruling out what didn't
work eventually you will arrive at d solution.for example,you can startup a
new project in a virtual environment n run the server of the new project,if
you don't get the error again you can be rest assured the error has to do
with the specific project you're working but if you do then the next
suspect should probably be your os.since the server is not running at all
that rules out the Web browser.

Just be patient,chop it off bit by bit and you will eventually get
there.best of luck
On 18 Dec 2020 7:11 pm, "Parul."  wrote:

> I am using the command python manage.py runserver
> But it is not running the servers
> I tried localhost with 8000 and 8080 also
> The tried 0.0.0.0:8000 and with 8080
>
>
> I am not running any other servers.
>
> While checking the ip4 in cmd...it's showing 192.168.1.11 tried python
> manage.py runserver with this also but didn't work.
>
> On Fri, Dec 18, 2020, 11:27 PM Akanimoh Osutuk 
> wrote:
>
>> The port is probably being used by another app. Are u running other
>> development servers?
>>
>> On Fri, 18 Dec 2020, 18:34 Parul.,  wrote:
>>
>>> This is the error which I am getting.
>>>
>>> On Fri, Dec 18, 2020, 10:59 PM Akanimoh Osutuk 
>>> wrote:
>>>
 What errors are you getting?

 On Fri, 18 Dec 2020, 17:28 Parul.,  wrote:

> i am not able to connect , i tried to use 0.0.0.0:8000 , 0.0.0.0:8080
> as well, still getting same error.
> used 127.0.0.1 with ports 8000 and 8080 still getting error
> i have put '*' in ALLOWED_HOSTS
>
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/b6e49e34-46f1-4c5f-9829-358b3323d381n%
> 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/CADA0syjmtd4q9Lfx6dzqoZTiK-FQ8zz6V22ArB-5HdzUB7azkw%
 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/CAHjHRFo2GOfxpcDbJJZ1LHLYUHRog
>>> uAuStvwVW0h%2Bzw2AuxvUw%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/CADA0sygCesoKDxeJxYTY%3DN61VG50ViW5bj%
>> 2Bq2nVxwvu6qYrfpQ%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/CAHjHRFo%3DiW576Jyxz234HdmfxDb8X7qR8NF-
> sOp6%3DZv39eeo3g%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" gro

Re: 127.0.0.1 refused to connect.

2020-12-18 Thread hari49pf

try HTTPS connection and check.

On 19/12/20 3:11 am, Kasper Laudrup wrote:

Hi Parul,

On 18/12/2020 19.10, Parul. wrote:

I am using the command python manage.py runserver
But it is not running the servers


What does it mean that it's not running the servers? Are you getting 
any errors?



I am not running any other servers.



You most likely are, but probably not something bound to that port.

While checking the ip4 in cmd...it's showing 192.168.1.11 tried 
python manage.py runserver with this also but didn't work.




What do you mean by "ip4 in cmd"? Are you running Windows? Then that's 
probably something you should mention if you want someone to help you.


Kind regards,

Kasper Laudrup


--
Regards,
Harish.Bheemanpally,
Mob: 9849111831.

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/37fad973-a8b5-4a07-f254-bf08305b452e%40gmail.com.


Re: 127.0.0.1 refused to connect.

2020-12-18 Thread Kasper Laudrup

Hi Parul,

On 18/12/2020 19.10, Parul. wrote:

I am using the command python manage.py runserver
But it is not running the servers


What does it mean that it's not running the servers? Are you getting any 
errors?



I am not running any other servers.



You most likely are, but probably not something bound to that port.

While checking the ip4 in cmd...it's showing 192.168.1.11 tried 
python manage.py runserver with this also but didn't work.




What do you mean by "ip4 in cmd"? Are you running Windows? Then that's 
probably something you should mention if you want someone to help you.


Kind regards,

Kasper Laudrup

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a48af3bb-b4ea-46ea-3045-33df07466372%40stacktrace.dk.


Re: 127.0.0.1 refused to connect.

2020-12-18 Thread Kasper Laudrup

On 18/12/2020 19.22, Dhruvil Shah wrote:

Try uninstalling django and re-install it



And if that doesn't work try reinstalling the operating system. If it 
still doesn't work, try buying a new computer.


Computers are black magic after all and no one really knows how they work.

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3f3a0f6f-2a19-1818-6cee-454a5a37dd9f%40stacktrace.dk.


Re: 127.0.0.1 refused to connect.

2020-12-18 Thread Dhruvil Shah
Try uninstalling django and re-install it

On Fri, 18 Dec 2020, 23:42 Parul.,  wrote:

> I am using the command python manage.py runserver
> But it is not running the servers
> I tried localhost with 8000 and 8080 also
> The tried 0.0.0.0:8000 and with 8080
>
>
> I am not running any other servers.
>
> While checking the ip4 in cmd...it's showing 192.168.1.11 tried python
> manage.py runserver with this also but didn't work.
>
> On Fri, Dec 18, 2020, 11:27 PM Akanimoh Osutuk 
> wrote:
>
>> The port is probably being used by another app. Are u running other
>> development servers?
>>
>> On Fri, 18 Dec 2020, 18:34 Parul.,  wrote:
>>
>>> This is the error which I am getting.
>>>
>>> On Fri, Dec 18, 2020, 10:59 PM Akanimoh Osutuk 
>>> wrote:
>>>
 What errors are you getting?

 On Fri, 18 Dec 2020, 17:28 Parul.,  wrote:

> i am not able to connect , i tried to use 0.0.0.0:8000 , 0.0.0.0:8080
> as well, still getting same error.
> used 127.0.0.1 with ports 8000 and 8080 still getting error
> i have put '*' in ALLOWED_HOSTS
>
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/b6e49e34-46f1-4c5f-9829-358b3323d381n%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/CADA0syjmtd4q9Lfx6dzqoZTiK-FQ8zz6V22ArB-5HdzUB7azkw%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/CAHjHRFo2GOfxpcDbJJZ1LHLYUHRoguAuStvwVW0h%2Bzw2AuxvUw%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/CADA0sygCesoKDxeJxYTY%3DN61VG50ViW5bj%2Bq2nVxwvu6qYrfpQ%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/CAHjHRFo%3DiW576Jyxz234HdmfxDb8X7qR8NF-sOp6%3DZv39eeo3g%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/CADsP_iy%3Dba0pyzTT9C4zWPLTYROeov%2BG42BLuRpoCbk5PdWzFg%40mail.gmail.com.


Re: 127.0.0.1 refused to connect.

2020-12-18 Thread Parul.
I am using the command python manage.py runserver
But it is not running the servers
I tried localhost with 8000 and 8080 also
The tried 0.0.0.0:8000 and with 8080


I am not running any other servers.

While checking the ip4 in cmd...it's showing 192.168.1.11 tried python
manage.py runserver with this also but didn't work.

On Fri, Dec 18, 2020, 11:27 PM Akanimoh Osutuk  wrote:

> The port is probably being used by another app. Are u running other
> development servers?
>
> On Fri, 18 Dec 2020, 18:34 Parul.,  wrote:
>
>> This is the error which I am getting.
>>
>> On Fri, Dec 18, 2020, 10:59 PM Akanimoh Osutuk 
>> wrote:
>>
>>> What errors are you getting?
>>>
>>> On Fri, 18 Dec 2020, 17:28 Parul.,  wrote:
>>>
 i am not able to connect , i tried to use 0.0.0.0:8000 , 0.0.0.0:8080
 as well, still getting same error.
 used 127.0.0.1 with ports 8000 and 8080 still getting error
 i have put '*' in ALLOWED_HOSTS

 --
 You received this message because you are subscribed to the Google
 Groups "Django users" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to django-users+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/b6e49e34-46f1-4c5f-9829-358b3323d381n%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/CADA0syjmtd4q9Lfx6dzqoZTiK-FQ8zz6V22ArB-5HdzUB7azkw%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/CAHjHRFo2GOfxpcDbJJZ1LHLYUHRoguAuStvwVW0h%2Bzw2AuxvUw%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/CADA0sygCesoKDxeJxYTY%3DN61VG50ViW5bj%2Bq2nVxwvu6qYrfpQ%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/CAHjHRFo%3DiW576Jyxz234HdmfxDb8X7qR8NF-sOp6%3DZv39eeo3g%40mail.gmail.com.


Re: 127.0.0.1 refused to connect.

2020-12-18 Thread Akanimoh Osutuk
The port is probably being used by another app. Are u running other
development servers?

On Fri, 18 Dec 2020, 18:34 Parul.,  wrote:

> This is the error which I am getting.
>
> On Fri, Dec 18, 2020, 10:59 PM Akanimoh Osutuk 
> wrote:
>
>> What errors are you getting?
>>
>> On Fri, 18 Dec 2020, 17:28 Parul.,  wrote:
>>
>>> i am not able to connect , i tried to use 0.0.0.0:8000 , 0.0.0.0:8080
>>> as well, still getting same error.
>>> used 127.0.0.1 with ports 8000 and 8080 still getting error
>>> i have put '*' in ALLOWED_HOSTS
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/b6e49e34-46f1-4c5f-9829-358b3323d381n%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/CADA0syjmtd4q9Lfx6dzqoZTiK-FQ8zz6V22ArB-5HdzUB7azkw%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/CAHjHRFo2GOfxpcDbJJZ1LHLYUHRoguAuStvwVW0h%2Bzw2AuxvUw%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/CADA0sygCesoKDxeJxYTY%3DN61VG50ViW5bj%2Bq2nVxwvu6qYrfpQ%40mail.gmail.com.


Re: 127.0.0.1 refused to connect.

2020-12-18 Thread Frank Chukka
Is it that your local server is running but you're unable to access the
requested page or "python manage.py runserver" command is not running d
server? A little bit of information will be very helpful
On 18 Dec 2020 5:29 pm, "Parul."  wrote:

> i am not able to connect , i tried to use 0.0.0.0:8000 , 0.0.0.0:8080 as
> well, still getting same error.
> used 127.0.0.1 with ports 8000 and 8080 still getting error
> i have put '*' in ALLOWED_HOSTS
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/b6e49e34-46f1-4c5f-9829-358b3323d381n%
> 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/CAMcrWSe98b5M8sxnR18dUzeJdkhm8Dv%2BXMLDJK6dcDVRqBPr3g%40mail.gmail.com.


Re: 127.0.0.1 refused to connect.

2020-12-18 Thread Akanimoh Osutuk
What errors are you getting?

On Fri, 18 Dec 2020, 17:28 Parul.,  wrote:

> i am not able to connect , i tried to use 0.0.0.0:8000 , 0.0.0.0:8080 as
> well, still getting same error.
> used 127.0.0.1 with ports 8000 and 8080 still getting error
> i have put '*' in ALLOWED_HOSTS
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/b6e49e34-46f1-4c5f-9829-358b3323d381n%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/CADA0syjmtd4q9Lfx6dzqoZTiK-FQ8zz6V22ArB-5HdzUB7azkw%40mail.gmail.com.


Re: This site can’t be reached 127.0.0.1 refused to connect.

2020-12-18 Thread CHRISTO KRIEGLER
Hi, guys.

I'm not working in django, but if you go to your hosts file then you need
to set the IP address (domain name) and port in there that you going to
use. The server then will pick up the IP address that you set for your
project.

Blessings
Christo Kriegler

Founder / President

Management | Advertron
+2787 073 5706 <+2787+073+5706> | +2782 440 7831 <+2782+440+7831>
chri...@advertron.co.za
www.advertron.co.za


On Fri, Dec 18, 2020 at 6:29 PM Parul.  wrote:

> Hi,
> I am also facing this issue
> tried   I had to add 127.0.0.1 to ALLOWED_USERS in settings.py but still
> issue not resolved, also tried '*' in ALLOWED_HOSTS...
> used 0.0.0.0:8000/8080 as well...still facing that issue
> can anybody please help
>
> On Friday, June 8, 2018 at 7:04:58 PM UTC+5:30 Илья Барков wrote:
>
>> I had a similar problem in Firefox, in other browsers everything worked
>> well. Cleared the cache and cookies!
>>
>> https://support.mozilla.org/en-US/kb/websites-dont-load-troubleshoot-and-fix-errors#w_the-problem-only-happens-with-certain-websites
>>
>> 2018-06-06 4:33 GMT+03:00 James Farris :
>>
>>> What’s the actual error?
>>>
>>> Did you mean ALLOWED_HOSTS? If so you can just add:
>>> ALLOWED_HOSTS=[‘*’]
>>>
>> On Tue, Jun 5, 2018 at 12:55 PM Jamie Roberts 
>>> wrote:
>>>
>> Hi,

 This is from memory and may not be your problem but ... I had to add
 127.0.0.1 to ALLOWED_USERS in settings.py

 Sent from my iPhone

>>>
 On 5 Jun 2018, at 16:38, Avitab Ayan Sarmah  wrote:

 While going through the turolal 7 of the django project, couldn't
 connect to the url.Please comment why my local host refused to connect

 --
 You received this message because you are subscribed to the Google
 Groups "Django users" group.

 To unsubscribe from this group and stop receiving emails from it, send
 an email to django-users+unsubscr...@googlegroups.com.


 To post to this group, send email to django...@googlegroups.com.
 Visit this group at https://groups.google.com/group/django-users.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/e948142e-163f-4a82-bc91-46c16c292c5d%40googlegroups.com
 
 .
 For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to the Google
 Groups "Django users" group.

>>> To unsubscribe from this group and stop receiving emails from it, send
 an email to django-users+unsubscr...@googlegroups.com.
>>>
>>>
 To post to this group, send email to django...@googlegroups.com.
 Visit this group at https://groups.google.com/group/django-users.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/93BADF4F-E86D-47B7-9034-1D61408850D6%40gmail.com
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>> --
>>>
>> You received this message because you are subscribed to the Google Groups
>>> "Django users" group.
>>>
>> To unsubscribe from this group and stop receiving emails from it, send an
>>> email to django-users+unsubscr...@googlegroups.com.
>>>
>>
>>> To post to this group, send email to django...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/django-users.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAE-E-_0fGD-7a%3DY4w-%2BjvR%3DZ3Zj6QdyRmZgc9PDWjXuaW_gX2A%40mail.gmail.com
>>> 
>>> .
>>
>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/53a13c9f-3865-46c0-99c1-d2957ed90118n%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/CAA4mTE%3D%3Ds3%2BxCEep8ivUgHkbW_c3k1%2Bz_T6hPA8GpiqiKtd%3DKw%40mail.gmail.com.


SynchronousOnlyOperation: bug or misconfiguration?

2020-12-18 Thread Federico Capoano
I have a celery task which performs queries and network operations.

When deployed with celery with gevent concurrency, I occasionally (but not 
always) get reports of SynchronousOnlyOperation exceptions being raised.

I described the problem in detail on StackOverflow: SynchronousOnlyOperation 
from celery task using gevent execution pool 

.

I tried debugging the issue and looking for information about similar 
issues with django+celery+gevent with little luck, but I have started to 
wonder if the fact that Django is raising this error there is a bug.

I see this error is raised if django detects an event loop, should this 
apply also to when gevent is using the eventloop?

Thanks in advance
Best regards
Federico

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a9366b47-55f2-4481-ab3d-391f22cec9edn%40googlegroups.com.


Re: Ongoing project

2020-12-18 Thread Sujayeendra G
Hello Peter, 
I’m interested to join team. 

Sent from Sujay’s iPhone

> On 18-Dec-2020, at 7:56 PM, sakshi jain  wrote:
> 
> 
> plz make what's up grp
> 
>> On Fri, Dec 18, 2020, 03:50 Onlyo  wrote:
>> still a bit of a junior, but I'm also interested
>> 
>>> On Thu, Dec 17, 2020 at 11:05 PM Hesham Mahmoud 
>>>  wrote:
>>> I'm interested to work on it
>>> 
 On Thu, Dec 17, 2020, 6:07 PM Zanii Mirzaa  wrote:
 i m intrested in this project..want to help and gain knowledge 
 
> On Thu, 17 Dec 2020, 20:58 sakshi jain,  wrote:
> I'm working on it include me please
> 
>> On Thu, Dec 17, 2020, 17:13 Peter Kirieny  wrote:
>> Hello team
>> I have a project in django
>> (developing an ecommerce website with some innovations) 
>> 
>> Using pycharm and python, am looking for a partner here
>> 
>> Am a Kenyan, in Nairobi 
>> 
>> If interested please inbox for more information 
>> -- 
>> You received this message because you are subscribed to the Google 
>> Groups "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send 
>> an email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CAL8t8eovVqpPJGfTAE9Q_%3DuPdazu3xxF-79CQxmcf7MNNAL6YA%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/CAJhs3iNzLhrJvVutzZUZNnVu-gQkdYdMPaaB04BLPpsCOQsUMg%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/CADrA_5U44g7mOSrRRb3j4SnYbW9C2W-PDadsuf7EdMK2wo7-GQ%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/CAF5oTnBWmEOAcKnZgtweQFJrOyR46ms7J0ENvWfA-FZZbTnMxw%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%2BGoEFBsmE6%2Bk098v9hWOjJ2_2KBroeVYGNM8gCP2Fgdh1OjuA%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/CAJhs3iPQdX1uLzX6YJR4Gjs3ohzOy-0HjmoaEFV0qyg%3Dqjnbxw%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/B1BCDEEC-2664-4C6E-834C-83649FEFA2D1%40gmail.com.


Re: This site can’t be reached 127.0.0.1 refused to connect.

2020-12-18 Thread Parul.
I tried ALLOWED_HOSTS['*']
Still not working

On Fri, Dec 18, 2020, 9:59 PM Parul.  wrote:

> Hi,
> I am also facing this issue
> tried   I had to add 127.0.0.1 to ALLOWED_USERS in settings.py but still
> issue not resolved, also tried '*' in ALLOWED_HOSTS...
> used 0.0.0.0:8000/8080 as well...still facing that issue
> can anybody please help
>
> On Friday, June 8, 2018 at 7:04:58 PM UTC+5:30 Илья Барков wrote:
>
>> I had a similar problem in Firefox, in other browsers everything worked
>> well. Cleared the cache and cookies!
>>
>> https://support.mozilla.org/en-US/kb/websites-dont-load-troubleshoot-and-fix-errors#w_the-problem-only-happens-with-certain-websites
>>
>> 2018-06-06 4:33 GMT+03:00 James Farris :
>>
>>> What’s the actual error?
>>>
>>> Did you mean ALLOWED_HOSTS? If so you can just add:
>>> ALLOWED_HOSTS=[‘*’]
>>>
>> On Tue, Jun 5, 2018 at 12:55 PM Jamie Roberts 
>>> wrote:
>>>
>> Hi,

 This is from memory and may not be your problem but ... I had to add
 127.0.0.1 to ALLOWED_USERS in settings.py

 Sent from my iPhone

>>>
 On 5 Jun 2018, at 16:38, Avitab Ayan Sarmah  wrote:

 While going through the turolal 7 of the django project, couldn't
 connect to the url.Please comment why my local host refused to connect

 --
 You received this message because you are subscribed to the Google
 Groups "Django users" group.

 To unsubscribe from this group and stop receiving emails from it, send
 an email to django-users+unsubscr...@googlegroups.com.


 To post to this group, send email to django...@googlegroups.com.
 Visit this group at https://groups.google.com/group/django-users.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/e948142e-163f-4a82-bc91-46c16c292c5d%40googlegroups.com
 
 .
 For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to the Google
 Groups "Django users" group.

>>> To unsubscribe from this group and stop receiving emails from it, send
 an email to django-users+unsubscr...@googlegroups.com.
>>>
>>>
 To post to this group, send email to django...@googlegroups.com.
 Visit this group at https://groups.google.com/group/django-users.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/93BADF4F-E86D-47B7-9034-1D61408850D6%40gmail.com
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>> --
>>>
>> You received this message because you are subscribed to the Google Groups
>>> "Django users" group.
>>>
>> To unsubscribe from this group and stop receiving emails from it, send an
>>> email to django-users+unsubscr...@googlegroups.com.
>>>
>>
>>> To post to this group, send email to django...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/django-users.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAE-E-_0fGD-7a%3DY4w-%2BjvR%3DZ3Zj6QdyRmZgc9PDWjXuaW_gX2A%40mail.gmail.com
>>> 
>>> .
>>
>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/53a13c9f-3865-46c0-99c1-d2957ed90118n%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/CAHjHRFq-ErZU%3DqDK_pJa%3DhFd3S10V3PiURoL8mvOHU8rGwA%2Bjg%40mail.gmail.com.


Re: Django/python free Training

2020-12-18 Thread Parul.
Interested
I am a beginner in django , it will be really useful.


On Fri, Dec 18, 2020, 9:51 PM Sujayeendra G 
wrote:

> Hi Manucho,
>
> I’m interested to subscribe for your channel.
> I have a concept of building Lead Management in Python/Django. If you can
> able to teach CRM related course. It will be really useful for many of us.
>
> Thank you
> Regards
> Sujay
>
> Sent from Sujay’s iPhone
>
> On 18-Dec-2020, at 8:48 PM, yashwanth balanagu <
> balanaguyashwa...@gmail.com> wrote:
>
> 
> Interested
>
> On Fri, Dec 18, 2020 at 8:00 PM Parvez Khan Pathan <
> iamparvezkha...@gmail.com> wrote:
>
>> I'm interested
>>
>>
>> On Fri, 18 Dec 2020, 7:57 pm Python Class, 
>> wrote:
>>
>>> Hi guys,
>>>
>>> I am manucho from Kenya and am good developer with django and python and
>>> i want to teach people what i know .I want to start a youtube channel for
>>> Django and python based tutorials ..If intrested you can message me here on
>>> concepts and projects you want covered and i will start immediately.
>>>
>>> Regards,
>>> Manucho.
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/5c715780-23c4-4d31-9219-a1e7b92c14f1n%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/CADaFQ_%2BQQWj5Scj4pfw%3D5774ewucePhTHFR3e1btEOQeFpFPVQ%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/CAM6tB-Dck2pnQ-FE5FuJU1H8NcjmxqcSkV95H38WikX0a7YMuw%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/17C965F9-2B55-4D2E-87A2-2B76FB243C74%40gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHjHRFpjs65bUaspXpLifAg%3DJJ0m3DBimELoFRDgodKs_jcQvA%40mail.gmail.com.


127.0.0.1 refused to connect.

2020-12-18 Thread Parul.
i am not able to connect , i tried to use 0.0.0.0:8000 , 0.0.0.0:8080 as 
well, still getting same error. 
used 127.0.0.1 with ports 8000 and 8080 still getting error 
i have put '*' in ALLOWED_HOSTS

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b6e49e34-46f1-4c5f-9829-358b3323d381n%40googlegroups.com.


Re: Django/python free Training

2020-12-18 Thread neo...@gmail.com
 Estoy interesado.
En viernes, 18 de diciembre de 2020 09:25:43 GMT-5, Python Class 
 escribió:  
 
 Hi guys,
I am manucho from Kenya and am good developer with django and python and i want 
to teach people what i know .I want to start a youtube channel for Django and 
python based tutorials ..If intrested you can message me here on concepts and 
projects you want covered and i will start immediately.
Regards,Manucho.


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5c715780-23c4-4d31-9219-a1e7b92c14f1n%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/1300547488.3522315.1608306763683%40mail.yahoo.com.


Re: Django/python free Training

2020-12-18 Thread Varnan Thirugnanasambandan
Interested.

On Fri, Dec 18, 2020 at 7:56 PM Python Class 
wrote:

> Hi guys,
>
> I am manucho from Kenya and am good developer with django and python and i
> want to teach people what i know .I want to start a youtube channel for
> Django and python based tutorials ..If intrested you can message me here on
> concepts and projects you want covered and i will start immediately.
>
> Regards,
> Manucho.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5c715780-23c4-4d31-9219-a1e7b92c14f1n%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/CABH7NkQxYH-T1z8eCchzSNW1i6yHn7c-Xs93w_QAUuB%3DuhZP2A%40mail.gmail.com.


Re: This site can’t be reached 127.0.0.1 refused to connect.

2020-12-18 Thread Parul.
Hi,
I am also facing this issue
tried   I had to add 127.0.0.1 to ALLOWED_USERS in settings.py but still 
issue not resolved, also tried '*' in ALLOWED_HOSTS... 
used 0.0.0.0:8000/8080 as well...still facing that issue
can anybody please help

On Friday, June 8, 2018 at 7:04:58 PM UTC+5:30 Илья Барков wrote:

> I had a similar problem in Firefox, in other browsers everything worked 
> well. Cleared the cache and cookies!
>
> https://support.mozilla.org/en-US/kb/websites-dont-load-troubleshoot-and-fix-errors#w_the-problem-only-happens-with-certain-websites
>
> 2018-06-06 4:33 GMT+03:00 James Farris :
>
>> What’s the actual error? 
>>
>> Did you mean ALLOWED_HOSTS? If so you can just add:
>> ALLOWED_HOSTS=[‘*’]
>>
> On Tue, Jun 5, 2018 at 12:55 PM Jamie Roberts  
>> wrote:
>>
> Hi,
>>>
>>> This is from memory and may not be your problem but ... I had to add 
>>> 127.0.0.1 to ALLOWED_USERS in settings.py
>>>
>>> Sent from my iPhone
>>>
>>
>>> On 5 Jun 2018, at 16:38, Avitab Ayan Sarmah  wrote:
>>>
>>> While going through the turolal 7 of the django project, couldn't 
>>> connect to the url.Please comment why my local host refused to connect
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Django users" group.
>>>
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to django-users+unsubscr...@googlegroups.com.
>>>
>>>
>>> To post to this group, send email to django...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/e948142e-163f-4a82-bc91-46c16c292c5d%40googlegroups.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Django users" group.
>>>
>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to django-users+unsubscr...@googlegroups.com.
>>
>>
>>> To post to this group, send email to django...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/93BADF4F-E86D-47B7-9034-1D61408850D6%40gmail.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> -- 
>>
> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>>
> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-users+unsubscr...@googlegroups.com.
>>
>
>> To post to this group, send email to django...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CAE-E-_0fGD-7a%3DY4w-%2BjvR%3DZ3Zj6QdyRmZgc9PDWjXuaW_gX2A%40mail.gmail.com
>>  
>> 
>> .
>
>
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/53a13c9f-3865-46c0-99c1-d2957ed90118n%40googlegroups.com.


Re: Django/python free Training

2020-12-18 Thread Sujayeendra G
Hi Manucho, 

I’m interested to subscribe for your channel. 
I have a concept of building Lead Management in Python/Django. If you can able 
to teach CRM related course. It will be really useful for many of us.

Thank you 
Regards
Sujay

Sent from Sujay’s iPhone

> On 18-Dec-2020, at 8:48 PM, yashwanth balanagu  
> wrote:
> 
> 
> Interested
> 
>> On Fri, Dec 18, 2020 at 8:00 PM Parvez Khan Pathan 
>>  wrote:
>> I'm interested 
>> 
>> 
>>> On Fri, 18 Dec 2020, 7:57 pm Python Class,  wrote:
>>> Hi guys,
>>> 
>>> I am manucho from Kenya and am good developer with django and python and i 
>>> want to teach people what i know .I want to start a youtube channel for 
>>> Django and python based tutorials ..If intrested you can message me here on 
>>> concepts and projects you want covered and i will start immediately.
>>> 
>>> Regards,
>>> Manucho.
>>> -- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to django-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/5c715780-23c4-4d31-9219-a1e7b92c14f1n%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/CADaFQ_%2BQQWj5Scj4pfw%3D5774ewucePhTHFR3e1btEOQeFpFPVQ%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/CAM6tB-Dck2pnQ-FE5FuJU1H8NcjmxqcSkV95H38WikX0a7YMuw%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/17C965F9-2B55-4D2E-87A2-2B76FB243C74%40gmail.com.


Re: Django/python free Training

2020-12-18 Thread Ajeet Kumar Gupt
Interested

On Fri, Dec 18, 2020, 6:26 PM Python Class  wrote:

> Hi guys,
>
> I am manucho from Kenya and am good developer with django and python and i
> want to teach people what i know .I want to start a youtube channel for
> Django and python based tutorials ..If intrested you can message me here on
> concepts and projects you want covered and i will start immediately.
>
> Regards,
> Manucho.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5c715780-23c4-4d31-9219-a1e7b92c14f1n%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%2BTqRsvRjPVffvWdZt8T9vNoLTJqED9UNCY-QKv9eZq%3DtBnh-w%40mail.gmail.com.


Re: Django/python free Training

2020-12-18 Thread yashwanth balanagu
Interested

On Fri, Dec 18, 2020 at 8:00 PM Parvez Khan Pathan <
iamparvezkha...@gmail.com> wrote:

> I'm interested
>
>
> On Fri, 18 Dec 2020, 7:57 pm Python Class, 
> wrote:
>
>> Hi guys,
>>
>> I am manucho from Kenya and am good developer with django and python and
>> i want to teach people what i know .I want to start a youtube channel for
>> Django and python based tutorials ..If intrested you can message me here on
>> concepts and projects you want covered and i will start immediately.
>>
>> Regards,
>> Manucho.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/5c715780-23c4-4d31-9219-a1e7b92c14f1n%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/CADaFQ_%2BQQWj5Scj4pfw%3D5774ewucePhTHFR3e1btEOQeFpFPVQ%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/CAM6tB-Dck2pnQ-FE5FuJU1H8NcjmxqcSkV95H38WikX0a7YMuw%40mail.gmail.com.


Re: Django/python free Training

2020-12-18 Thread Parvez Khan Pathan
I'm interested


On Fri, 18 Dec 2020, 7:57 pm Python Class,  wrote:

> Hi guys,
>
> I am manucho from Kenya and am good developer with django and python and i
> want to teach people what i know .I want to start a youtube channel for
> Django and python based tutorials ..If intrested you can message me here on
> concepts and projects you want covered and i will start immediately.
>
> Regards,
> Manucho.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5c715780-23c4-4d31-9219-a1e7b92c14f1n%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/CADaFQ_%2BQQWj5Scj4pfw%3D5774ewucePhTHFR3e1btEOQeFpFPVQ%40mail.gmail.com.


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,

Re: Ongoing project

2020-12-18 Thread sakshi jain
plz make what's up grp

On Fri, Dec 18, 2020, 03:50 Onlyo  wrote:

> still a bit of a junior, but I'm also interested
>
> On Thu, Dec 17, 2020 at 11:05 PM Hesham Mahmoud <
> heshammahmoud...@gmail.com> wrote:
>
>> I'm interested to work on it
>>
>> On Thu, Dec 17, 2020, 6:07 PM Zanii Mirzaa  wrote:
>>
>>> i m intrested in this project..want to help and gain knowledge
>>>
>>> On Thu, 17 Dec 2020, 20:58 sakshi jain,  wrote:
>>>
 I'm working on it include me please

 On Thu, Dec 17, 2020, 17:13 Peter Kirieny 
 wrote:

> Hello team
> I have a project in django
> (developing an ecommerce website with some innovations)
>
> Using pycharm and python, am looking for a partner here
>
> Am a Kenyan, in Nairobi
>
> If interested please inbox for more information
>
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAL8t8eovVqpPJGfTAE9Q_%3DuPdazu3xxF-79CQxmcf7MNNAL6YA%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/CAJhs3iNzLhrJvVutzZUZNnVu-gQkdYdMPaaB04BLPpsCOQsUMg%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/CADrA_5U44g7mOSrRRb3j4SnYbW9C2W-PDadsuf7EdMK2wo7-GQ%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/CAF5oTnBWmEOAcKnZgtweQFJrOyR46ms7J0ENvWfA-FZZbTnMxw%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%2BGoEFBsmE6%2Bk098v9hWOjJ2_2KBroeVYGNM8gCP2Fgdh1OjuA%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/CAJhs3iPQdX1uLzX6YJR4Gjs3ohzOy-0HjmoaEFV0qyg%3Dqjnbxw%40mail.gmail.com.


Django/python free Training

2020-12-18 Thread Python Class
Hi guys,

I am manucho from Kenya and am good developer with django and python and i 
want to teach people what i know .I want to start a youtube channel for 
Django and python based tutorials ..If intrested you can message me here on 
concepts and projects you want covered and i will start immediately.

Regards,
Manucho.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5c715780-23c4-4d31-9219-a1e7b92c14f1n%40googlegroups.com.


Error trying to switch between different charts

2020-12-18 Thread cosmos multi
I am developing an application which shows the data created in a chartjs 
graph, what I am doing it does well, since all the data is displayed in the 
way I want, but I have a problem and that is that now I am trying to do 
that according to the type of graph that a user wants, this is changed, the 
problem is that the graph is changed but in case of having multiple graphs 
only the first graph is changed, the others continue with the graph by 
default.



var faltante = 100 - {{ project.porcent }};

var data = {
labels: ['{{ project.name }}', 'Falta'],
datasets: [{
data: [{{ project.porcent }}, faltante],
backgroundColor: ['#252850', '#f44611'],
}],
};

var ctx = document.getElementById('{{ project.slug }}').getContext('2d');
var myChart = new Chart(ctx, {
type: 'pie',
data: data
});

var chartType = document.getElementById('chartType');

chartType.addEventListener('change', () => {
myChart.destroy();
myChart = new Chart(ctx, {
type: chartType.value,
data: data
});
});


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b7a7fa52-9e2d-477e-b3df-708ccd22cdbdn%40googlegroups.com.


Re: Ongoing project

2020-12-18 Thread odeyale kehinde
 I'm Interested in the project
On Thursday, December 17, 2020, 12:43:19 PM GMT+1, Peter Kirieny 
 wrote:  
 
 Hello teamI have a project in django(developing an ecommerce website with some 
innovations) 
Using pycharm and python, am looking for a partner here
Am a Kenyan, in Nairobi 
If interested please inbox for more information 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAL8t8eovVqpPJGfTAE9Q_%3DuPdazu3xxF-79CQxmcf7MNNAL6YA%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/1781671960.1404614.1608288175171%40mail.yahoo.com.


Re: Ongoing project

2020-12-18 Thread Atuma Samuel
I am in

On Dec 18, 2020 09:46, "wongX Ndeso"  wrote:

Hey peter, sorry am i late to join your team? I'd love to join too..

On Fri, Dec 18, 2020, 3:41 PM Peter Kirieny  wrote:

> Okay guys, I've got your feedback
> We'll make a team, stay tuned
>
> On Fri, Dec 18, 2020, 01:19 Onlyo  wrote:
>
>> still a bit of a junior, but I'm also interested
>>
>> On Thu, Dec 17, 2020 at 11:05 PM Hesham Mahmoud <
>> heshammahmoud...@gmail.com> wrote:
>>
>>> I'm interested to work on it
>>>
>>> On Thu, Dec 17, 2020, 6:07 PM Zanii Mirzaa 
>>> wrote:
>>>
 i m intrested in this project..want to help and gain knowledge

 On Thu, 17 Dec 2020, 20:58 sakshi jain,  wrote:

> I'm working on it include me please
>
> On Thu, Dec 17, 2020, 17:13 Peter Kirieny 
> wrote:
>
>> Hello team
>> I have a project in django
>> (developing an ecommerce website with some innovations)
>>
>> Using pycharm and python, am looking for a partner here
>>
>> Am a Kenyan, in Nairobi
>>
>> If interested please inbox for more information
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it,
>> send an email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/
>> msgid/django-users/CAL8t8eovVqpPJGfTAE9Q_%3DuPdazu3xxF-
>> 79CQxmcf7MNNAL6YA%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/CAJhs3iNzLhrJvVutzZUZNnVu-
> gQkdYdMPaaB04BLPpsCOQsUMg%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/CADrA_5U44g7mOSrRRb3j4SnYbW9C2W-
 PDadsuf7EdMK2wo7-GQ%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/CAF5oTnBWmEOAcKnZgtweQFJrOyR46
>>> ms7J0ENvWfA-FZZbTnMxw%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%2BGoEFBsmE6%2Bk098v9hWOjJ2_
>> 2KBroeVYGNM8gCP2Fgdh1OjuA%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/CAL8t8ep6K_1OyPchHTBcsaUd51FYrcAu%
> 3DykOcrZWP1BeZjtfkQ%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/CAJepfJVDiUP-HO5DzypCM2So-6DpWBc_4eGEpXio8Rp3LLiSPQ

Re: Ongoing project

2020-12-18 Thread wongX Ndeso
Hey peter, sorry am i late to join your team? I'd love to join too..

On Fri, Dec 18, 2020, 3:41 PM Peter Kirieny  wrote:

> Okay guys, I've got your feedback
> We'll make a team, stay tuned
>
> On Fri, Dec 18, 2020, 01:19 Onlyo  wrote:
>
>> still a bit of a junior, but I'm also interested
>>
>> On Thu, Dec 17, 2020 at 11:05 PM Hesham Mahmoud <
>> heshammahmoud...@gmail.com> wrote:
>>
>>> I'm interested to work on it
>>>
>>> On Thu, Dec 17, 2020, 6:07 PM Zanii Mirzaa 
>>> wrote:
>>>
 i m intrested in this project..want to help and gain knowledge

 On Thu, 17 Dec 2020, 20:58 sakshi jain,  wrote:

> I'm working on it include me please
>
> On Thu, Dec 17, 2020, 17:13 Peter Kirieny 
> wrote:
>
>> Hello team
>> I have a project in django
>> (developing an ecommerce website with some innovations)
>>
>> Using pycharm and python, am looking for a partner here
>>
>> Am a Kenyan, in Nairobi
>>
>> If interested please inbox for more information
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it,
>> send an email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAL8t8eovVqpPJGfTAE9Q_%3DuPdazu3xxF-79CQxmcf7MNNAL6YA%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/CAJhs3iNzLhrJvVutzZUZNnVu-gQkdYdMPaaB04BLPpsCOQsUMg%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/CADrA_5U44g7mOSrRRb3j4SnYbW9C2W-PDadsuf7EdMK2wo7-GQ%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/CAF5oTnBWmEOAcKnZgtweQFJrOyR46ms7J0ENvWfA-FZZbTnMxw%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%2BGoEFBsmE6%2Bk098v9hWOjJ2_2KBroeVYGNM8gCP2Fgdh1OjuA%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/CAL8t8ep6K_1OyPchHTBcsaUd51FYrcAu%3DykOcrZWP1BeZjtfkQ%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/CAJepfJVDiUP-HO5DzypCM2So-6DpWBc_4eGEpXio8Rp3LLiSPQ%40mail.gmail.com.


Re: Ongoing project

2020-12-18 Thread Peter Kirieny
Okay guys, I've got your feedback
We'll make a team, stay tuned

On Fri, Dec 18, 2020, 01:19 Onlyo  wrote:

> still a bit of a junior, but I'm also interested
>
> On Thu, Dec 17, 2020 at 11:05 PM Hesham Mahmoud <
> heshammahmoud...@gmail.com> wrote:
>
>> I'm interested to work on it
>>
>> On Thu, Dec 17, 2020, 6:07 PM Zanii Mirzaa  wrote:
>>
>>> i m intrested in this project..want to help and gain knowledge
>>>
>>> On Thu, 17 Dec 2020, 20:58 sakshi jain,  wrote:
>>>
 I'm working on it include me please

 On Thu, Dec 17, 2020, 17:13 Peter Kirieny 
 wrote:

> Hello team
> I have a project in django
> (developing an ecommerce website with some innovations)
>
> Using pycharm and python, am looking for a partner here
>
> Am a Kenyan, in Nairobi
>
> If interested please inbox for more information
>
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAL8t8eovVqpPJGfTAE9Q_%3DuPdazu3xxF-79CQxmcf7MNNAL6YA%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/CAJhs3iNzLhrJvVutzZUZNnVu-gQkdYdMPaaB04BLPpsCOQsUMg%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/CADrA_5U44g7mOSrRRb3j4SnYbW9C2W-PDadsuf7EdMK2wo7-GQ%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/CAF5oTnBWmEOAcKnZgtweQFJrOyR46ms7J0ENvWfA-FZZbTnMxw%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%2BGoEFBsmE6%2Bk098v9hWOjJ2_2KBroeVYGNM8gCP2Fgdh1OjuA%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/CAL8t8ep6K_1OyPchHTBcsaUd51FYrcAu%3DykOcrZWP1BeZjtfkQ%40mail.gmail.com.