Student evaluation system

I worked on additional requirements like url, multiple-image, thumbnail and adding user permissions. Adding groups to which users can be distinguished having different permissions according to requirement. Next thing I started working on is weekly and monthly activity report of users.

20 August, 2019

I resumed working on training project ie monitoring 6 months training of students going under summer industrial training through daily diaries(blogs). Though the requirements of this project is huge but still it's exciting to work on it. I chose django framework for this. Because it is easier to implement database queries in django. Today I... Continue Reading →

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 →

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 →

Start a Blog at WordPress.com.

Up ↑

Design a site like this with WordPress.com
Get started