Revised advanced concepts of django framework and read about latest version of both python and django
9th Aug
In last three days I completed working on Ldap with django. Still have some errors thou
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 →
7th aug
Today I did leanrt in deep on Ldap and learnt new terminologies regarding this topic.
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.
1 August
Removed erros which were coming in django + Facebook login authentication.
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.