Login_session_django_user&admin

A simple login webapp using django framework.

1. user login:
need to create a user to login by using the signup.
login will be authenticated from the database(database is postgresql).
admin user cannot login in user login.
session is managed.
user can signout and login with another username.

2. admin panel:
super user can login to this portal. Local users are not allowed.
admin panel have the features to: add user, delete user, edit user and search for a user.
admin user will be authenticated while signin to portal.
session is managed.