Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Attendance management system made my me, which I use for taking attendance.

License

NotificationsYou must be signed in to change notification settings

amanjha8100/AMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

I created a attendance management system usingdjango framework,ajax,jquery,javascript,bootstrap,css andHTML.The goal of the project is to create a web app where students can login using their provided credentials and mark their attendance for the class. It uses forms and validators to stop marking attendance for the day other than today. It also enables the admin to download the attendance of the given date in CSV format.The attendance form is only available for users, when the admin allows it.

Tech Used

Python, Django, Bootstrap, CSS, HTML, Javascript, Jquery, Ajax, Docker.

Installation

InOrder to contribute to this repository follow the given procedure -

  1. Fork the repository
  2. Clone it to your local system using the commandgit clone <HTTP address>

After cloning it successfully its time to set up the virtual environment for Django

Use the following commandspip install virtualenv

thenpython -m venv [name of venv]

To activate the virtual environment useenv_name\scripts\activate

Now to install Django usepip install django

So Far we have installed Django and activated the virtual environment now let us have a look at installing certain dependencies for the project and setting up the project locally.

Just Follow the Below Procedure -pip install -r requirements.txt

then runpython manage.py migrate

Create admin accountpython manage.py createsuperuser

thenpython manage.py makemigrations App_name

then again runpython manage.py migrate

Finally to start the development server usepython manage.py runserver

If you face any problem while installing django clickhere

Key Features

  • The homepage contains the data of every student of the department.
  • The subjects section contains, the subject currently active.
  • A login system where users with credentials can only login and mark their attendance using the form.
  • The form has custom validators which allows it to take attendance effectively.
  • The form is only visible to the normal users when the admin allows it through its admin homepage, which he can access after logging in on the website, with his credentials.
  • The admin can download the attendance for the day in CSV form from his homepage.
  • Admin has a pause and start button which controls the availability of the attendance form for the normal users on the website.
  • The project has also beendockerized.

Screenshots

Home page

Home-Page

Admin Home Page

Admin-Home-Page

User Home Page

User-Home-Page

Attendance Allowed State

Allowed-attendance-Page

Attendance Not Allowed State

Not-Allowed-attendance-Page

Attendance Filter Section

Attendance-Filter

About

Attendance management system made my me, which I use for taking attendance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp