Skip to content

A Biometric DBMS to record attendance of non-academic staff

Notifications You must be signed in to change notification settings

pankajmaran/biometric_dbms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Biometric DBMS

Biometric attendance system employs an automated system to calculate attendance of staff in an organisation and do further calculations of monthly attendance summary in order to reduce human errors in calculations.

How to run

  • git clone https://github.com/amanraj209/biometric_dbms.git.
  • Install Python, Django.
  • To migrate tables, run below commands
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py makemigrations biometric
$ python manage.py migrate biometric
  • To start the server, run python manage.py runserver.

About

A Biometric DBMS to record attendance of non-academic staff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.5%
  • HTML 28.5%