Re: Request for guidance of using Social-auth-app django

2020-12-09 Thread Shahprogrammer
Check this out https://github.com/omab/django-social-auth On Wednesday, 9 December 2020 at 19:49:50 UTC+5:30 professional...@gmail.com wrote: > Dear All > > Can anyone help for implementing social-auth-app-django package for social > authenication of facebook, google and apple ID. > > Its ver

Request for guidance of using Social-auth-app django

2020-12-09 Thread Atif Usman
Dear All Can anyone help for implementing social-auth-app-django package for social authenication of facebook, google and apple ID. Its very urgent... Looking forward for earliest response... Regards Atif Usman -- You received this message because you are subscribed to the Google Groups

Cryptography in Django Models

2020-12-09 Thread Shahprogrammer
Hi Everybody, I have just created a package for bi-directional cryptography in Django Models. It has following features:- 1. *Supports data **retrieval* 2. *Supports custom query* 3. *Supports Q() queries* 4. *Supports Ordering data through python functions* 5. *Supports Sorting da

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

Re: How to securely store passwords used in backend code

2020-12-09 Thread Pankaj Jangid
Fenrir Sivar writes: > I inherited a django app that calls private APIs in a view to fetch some > data. The credentials or api keys are currently hardcoded in the source, > making it difficult to share. > What is the preferred way to store these kind of keys in a secure way only > accessible to t

Re: Built in views how to change in django watson package.

2020-12-09 Thread Omkar Parab
I'm not familiar with the Django-Watson package. Maybe you missed some initial steps. Go through this medium blog. you will get an idea. πŸ‘‡ https://link.medium.com/nFPB7cMM4bb On Wed, Dec 9, 2020, 5:35 PM Salima Begum wrote: > Hi Omkar parab , > I have followed the suggested path but Still it

Re: Built in views how to change in django watson package.

2020-12-09 Thread Salima Begum
Hi Omkar parab , I have followed the suggested path but Still it is not giving the search results. what I have to write in views.py in home function. Thanks ~salima On Wed, Dec 9, 2020 at 3:11 PM Omkar Parab wrote: > Here's the link for template tag πŸ‘‡ > > https://github.com/etianen/django-wat

Re: Built in views how to change in django watson package.

2020-12-09 Thread Omkar Parab
Here's the link for template tag πŸ‘‡ https://github.com/etianen/django-watson/wiki/Template-tags This tag will return the searched list πŸ‘‡ {% search_results search_entry_list %} Here's the link for the frontend structure πŸ‘‡ https://github.com/etianen/django-watson/blob/master/watson/templates/wat

Re: Built in views how to change in django watson package.

2020-12-09 Thread Salima Begum
Thank you @Omkar Parab, I have tried your suggestion. It is working but the only thing i want is how to show the result search list in the front end page in template. Please can you help me out in this also. Thanks ~Salima On Wed, Dec 9, 2020 at 11:16 AM Omkar Parab wrote: > Here's the link fo