Skip to content

Employee Management system where we can add add employee,company,their branches,contacts and more details about them.

Notifications You must be signed in to change notification settings

Sonatrix/EmployeeManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management

Autotriage is company management system.Suppose we have multiple clients, branches,and their contacts.So we want to manage them under a common platform.So we can use this to maintain the system

Requirements

Django(1.11): You can steps on https://docs.djangoproject.com/en/1.11/topics/install/

Mysql client for python:

https://stackoverflow.com/questions/25865270/how-to-install-python-mysqldb-module-using-pip

Django bootstrap form

https://django-bootstrap-form.readthedocs.io/en/latest/

Python3 need to be installed

Steps

  1. Checkout code from https://github.com/Sonatrix/EmployeeManagement
  2. Specify database settings on settings.py
  3. Run python3 manage.py migrate
  4. Create admin user from python3 manage.py createsuperuser and follow steps
  5. Now run python3 manage.py runserver
  6. Open browser and type localhost:8000 on address bar

Now you have running site

About

Employee Management system where we can add add employee,company,their branches,contacts and more details about them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published