Django and Live Chat

2018-04-09 Thread Haroon Ahmed
that i can customize according to my requirement! Any kind of hep will be appreciated in advance. Regards, Haroon Ahmed -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving e

OAuth2 Token Generation in Django 1.11

2018-04-09 Thread Haroon Ahmed
),* *]* * accessTokenObj = requests.post(coreUrl, data=data, verify=False, auth=(DjangoApp_ClientId, DjangoApp_ClientSecret))* Any kind of hep will be appreciated in advance. Regards, Haroon Ahmed -- You received this message because you are subscribed to the Google Groups "Django

Re: Updating Django for my web based application

2018-03-31 Thread Haroon Ahmed
.11 to 2.0 upgrade is Python 2 support. 1.11 is the last version to > support Python 2.7 and starting from Django 2.0 Python 3 is required. > > Of course, if your project is a big that takes long time to upgrade, > sticking with LTS isn't bad choice. > > On Sat, Mar 31, 2018 at 11:45 A

Re: Updating Django for my web based application

2018-03-31 Thread Haroon Ahmed
mbine required changes to directly upgrade. > > pe 30. maaliskuuta 2018 klo 14.07 Haroon Ahmed <haroon...@gmail.com> > kirjoitti: > >> Hi, >> >> Currently my application is developed with Django 1.9.8 and I want to >> upgrade it to 2.0.3 because >>

Updating Django for my web based application

2018-03-30 Thread Haroon Ahmed
Hi, Currently my application is developed with Django 1.9.8 and I want to upgrade it to 2.0.3 because Django 1.9.8 is an insecure version of django as mention on it official documentation. https://docs.djangoproject.com/en/1.9/internals/release-process/#backwards-compatibility-policy This

Django Version update for my project

2018-03-30 Thread Haroon Ahmed
Hi, I want to update my Django version from Django 1.9.8 to Django 2.0.3 because it is mentioned in the Django 1.9.8 official document that this version has security issues. https://docs.djangoproject.com/en/1.9/internals/release-process/#backwards-compatibility-policy 'This document is for