10th aug

Revised advanced concepts of django framework and read about latest version of both python and django

LDAP Authentication in Django

This is a Django authentication backend that authenticates against an LDAP service. Configuration can be as simple as a single distinguished name template, but there are many rich configuration options for working with users, groups, and permissions. Installation Install the package with pip: $ pip install django-auth-ldap It requires python-ldap >= 3.0. You'll need the OpenLDAP libraries and headers... Continue Reading →

6th aug

Today sir gave me a new task of authenticating Ldap with django. I researched about it And learnt basic ldap.

2nd to 5th Aug

In these two days i tried to revise my concepts of programming which includes python and django framework and tried to find more practical usage.

28,29, 30 and 31 July

Django Complete User Auth: Custom User model + Social Auth with Google User registration is one of the most essential parts of a web application. django-registration-redux and django-alluth are the most famous registration apps available in Django. The first step is to install django-allauth using Pipenv. $ pipenv install django-allauth INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.sites', # new... Continue Reading →

27 July

Worked more on automated attendance system. like Researched various other options and tried them all practically

26 July

Today sir gave me the task to make automated google form, where link is shared between 1st year students using that students could just mark their attendance.

Start a Blog at WordPress.com.

Up ↑

Design a site like this with WordPress.com
Get started