Skip to content

gladson/django-sis

 
 

Repository files navigation

#Django-sis This is an open source school information system built with Django. It relies heavily on the django admin interface for backend usage (registrar, etc). Below you will find a list of apps included in the software with a brief description of each.

Apps

##School Information (sis) This tracks the students’ information and their parent/guardian/contact information. This module also records cohorts (groupings of students for easier class enrollment), basic faculty information, and school year information. This is the central module for django-sis and is required for use of any other module. All other modules are optional.

##Admissions This tracks potential students and their registration process. It allows various admission levels to be added, as well as steps that need to be completed before moving onto the next level. It also tracks any open houses a student has attended and how the student heard about the school.

Alt text

Every step in the process can be fully customized to serve your school’s needs. From the applicants page, the filters function will sort results accordingly.

Alt text

##Alumni This tracks what college a student has enrolled in after graduating, and any alumni actions (such as reunions). Information can be imported from National Student Clearinghouse (http://www.studentclearinghouse.org/). Additionally, SWoRD can store interactions between the former students and current staff, as shown below:

Alt text

##Attendance The attendance module allows homeroom teachers to take attendance each day and write notes detailing any absentees. SWoRD stores this data and allows users to generate reports, look up single students, aggregate reports, and produce perfect attendance certificates.

Alt text

##Discipline The discipline module tracks a student’s discipline information, including: infractions, actions to be taken, and the teacher who reported the infraction. Similar to the other modules in SWoRD, discipline reports can be generated and exported into an Excel document for convenience.

Alt text

##Schedule, Courses, and Grades These modules track courses, enrollments, marking periods, class periods, marking period grades, student awards, standardized tests information and results (ex: SAT, ACT, PLAN etc). SWoRD stores marking period grades and final grades- these grades can then be generated into a report card or transcript. At present SWoRD supports integration with the free online gradebook Engrade. Alt text

##Volunteer Tracking This module tracks any volunteer work a student is required to do. Site information and site supervisor information are tracked. A student can volunteer at multiple sites. Counseling: This tracks students’ counseling meetings and referrals. It allows teachers to submit online referral forms that notify the counselor. It also tracks follow up actions after the meeting.

##Work Study The work study module involves many different facets. Students from the School Information module can be converted to Student Workers so that more specialized information can be tracked in the Work Study module. Students can submit timesheets for supervisors to approve and make notes on and evaluate the student. This process is shown below: Alt text

All submitted time sheets are stored on SWoRD to allow work study staff to keep track of approved or unapproved time sheets. Users with access to these stored time sheets are able to view each time sheet’s information, including date, hours, student accomplishments, and supervisor comments. Alt text

Student work attendance is also tracked, allowing faculty to list reasons for missed work days, fees and to specify when the student will make up for the missed day. Alt text

SWoRD allows users to save basic company information for each work site associated with the school, including Department of Labor forms. Additionally, information from client visits is saved, along with pertinent evaluations shown below. Alt text

About

A school information system made in django. Relies heavily on the django admin interface and includes many pluggable apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published