Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 913 Bytes

File metadata and controls

26 lines (18 loc) · 913 Bytes

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