/crm-software-django

A simple Crew Resource Management Application made with Django

Primary LanguageHTMLMIT LicenseMIT

CRMtool-Django

Description

Users can act as agents or organizers

Each agent has only one organizer and their leads (tasks) are created and signed by their organizer

Password reset functionality using email for validation

Login and Logout where each user has specific permissions within the system (implementation of custom mixins)

Demonstration

Initial Screen

ezgif com-gif-maker

User Screen

ezgif com-gif-maker (1)

Installation

python -m virtualenv djangoenv
source ./djangoenv/bin/activate
python -m pip install -r ./CRMtool/requirements.txt

In CRMtool folder

python manage.py runserver