django app with okta authentication --

2021-06-01 Thread SNJY G
Team, I am running an application on django2.2 which needs to be integrated with okta for user authentication. Okta team has provided a Metadata URL which contains Okta URL, Okta Entity ID and Okta certificate but I am not sure where I need to configure it in django. Could someone please share step

Re: Django Application logging --

2019-07-23 Thread SNJY G
; You can enhance the log message to your needs. > > Cheers > > Am 22.07.19 um 19:27 schrieb SNJY G: > > Hello Django Experts, > > There is Django application which uses LDAP in middleware for user > > authentication. > > I need to record user login and logout time. For t

Django Application logging --

2019-07-22 Thread SNJY G
Hello Django Experts, There is Django application which uses LDAP in middleware for user authentication. I need to record user login and logout time. For that purpose, I think of a basic flow as per following details - Create new model for logging Make a function in views.py which will add the logi

Re: Projects for Beginners

2019-01-31 Thread SNJY G
https://tutorial.djangogirls.org/en/ On Fri, Feb 1, 2019, 5:48 AM RETAIL CYBER Have tried the polls app or blog app? > > On Thu, Jan 31, 2019, 2:56 PM Vikram Jadhav > wrote: > >> Hey there!! >> Hope you are doing well in Django. >> >> I am a beginner in Django and completed couples of a tutorial

How to configure cookie in django1.8

2018-12-16 Thread SNJY G
Hi, In my setup, website authentication is handled by middleware ldap module. Could someone please guide how cookie can be configured on django session id. Thanks, Sanjay -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this g