Skip to content

A Python(Django) application that records students attendance.

License

Notifications You must be signed in to change notification settings

itsmraga-hub/ClassList-Attendance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClassList-Attendance

A Python(Django) application that records students attendance developed as part of final project implementation for PLP.

Setup

  • To get started with a Django project.

    • Navigate to project directory either created locally or a repository cloned from GitHub.

    • Create virtual environment python -m venv venv.

    • Run source venv/Scripts/activate to activate the virtual environment.

    • Once the venv is active, run django-admin startproject project_name . - The dot makes sure the project is created in the root directory you are currently in.

    • Run python manage.py migrate to migrate.

    • Run python manage.py createsuperuser to create user.

    • Run manage.py runserver. The project should be rendered properly on the browser with default django page to show the setup was successful.

Getting Started

  • git clone https://github.com/itsmraga-hub/ClassList-Attendance.git

  • cd ClassList-Attendance.

  • While inside the directory ClassList-Attendance, run manage.py runserver.

  • On your browser visit the link http://127.0.0.1:8000/ to view the project.

  • Enjoy the project.

About

A Python(Django) application that records students attendance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages