All Projects → ZeroCoolHacker → easy-school

ZeroCoolHacker / easy-school

Licence: other
A Django based School Management Web Application

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to easy-school

university
University Management System
Stars: ✭ 15 (-83.7%)
Mutual labels:  management, student
Timetable-App
This is a timetable App for android phones.
Stars: ✭ 19 (-79.35%)
Mutual labels:  school, student
core
Liman Core allows you to centrally manage all servers in your IT processes remotely, with stable and secure. You can improve the features with expandable extensions and modules.
Stars: ✭ 35 (-61.96%)
Mutual labels:  management
KubeService
A simple Kubernetes⎈ CRD controller build on kubebuilder for micro-service management.
Stars: ✭ 20 (-78.26%)
Mutual labels:  management
College-Management-Android-App
Compelete College Management Android App
Stars: ✭ 43 (-53.26%)
Mutual labels:  management
redismanager
a cross-platform redis gui client (or server)
Stars: ✭ 22 (-76.09%)
Mutual labels:  management
event-store-mgmt-ui
Event Store Management UI
Stars: ✭ 23 (-75%)
Mutual labels:  management
career-ladders
A sample of career ladders I use for my organization, open sourced for anyone.
Stars: ✭ 676 (+634.78%)
Mutual labels:  management
szkolny-android
Nieoficjalna aplikacja do obsługi najpopularniejszych dzienników elektronicznych w Polsce.
Stars: ✭ 118 (+28.26%)
Mutual labels:  school
storaji-ui
Storaji frontend. Built with Electron and Angular 4.
Stars: ✭ 23 (-75%)
Mutual labels:  management
vueman.ga
Delightful reading and tracking of your mangas.
Stars: ✭ 32 (-65.22%)
Mutual labels:  management
sekoliko
Sekoliko | MySchool | MonEcole : School management Software.
Stars: ✭ 39 (-57.61%)
Mutual labels:  school
management-sdk-python
Cohesity Management SDK for Python.
Stars: ✭ 18 (-80.43%)
Mutual labels:  management
edupage-api
A python library for accessing your Edupage account
Stars: ✭ 40 (-56.52%)
Mutual labels:  school
Switch
Manage chrome extensions from the toolbar
Stars: ✭ 13 (-85.87%)
Mutual labels:  management
hh research
Автоматизация поиска и исследования вакансий с сайта hh.ru (Headhunter) с помощью методов Python. Классификация данных, поиск статистических параметров.
Stars: ✭ 36 (-60.87%)
Mutual labels:  salary
BiB
📚 Library Management Application for Elementary Schools
Stars: ✭ 38 (-58.7%)
Mutual labels:  school
xjtlu resource list
A resource list for student in XJTLU.
Stars: ✭ 21 (-77.17%)
Mutual labels:  student
emhass
emhass: Energy Management for Home Assistant, is a Python module designed to optimize your home energy interfacing with Home Assistant.
Stars: ✭ 54 (-41.3%)
Mutual labels:  management
chronoman
Utility class to simplify use of timers created by setTimeout
Stars: ✭ 15 (-83.7%)
Mutual labels:  management

Easy School

All Contributors

This is a school management system that uses Django Admin to do most of the work of managing students, fee submissions, teacher records etc..

Setting up Easy School is very easy.

Want to Use?

You can clone this branch and use it right now using any of the methods mentioned below

Building

It is best to use the python virtualenv tool to build locally:

> virtualenv venv
> source venv/bin/activate
> git clone https://github.com/ZeroCoolHacker/easy-school .

Then you navigate to the base directory of the project and install the requirements in your virtual environment

> cd easy-school/easy-school
> pip install -r requirements.txt

And finally you make migrations to the database, create a super user, and run the server

> python manage.py makemigrations
> python manage.py migrate
> python manage.py createsuperuser
> python manage.py runserver

Then visit http://localhost:8000 to view the app. Alternatively you can use foreman and gunicorn to run the server locally

> foreman start

Building with Docker

First run docker-compose to build the container:

docker-compose build

Then, run the following command to create the superuser:

docker-compose run web python manage.py createsuperuser

Finally, the Docker container can be launched with the following command:

docker-compose up

The server should be responding at 127.0.0.1:8000

Contributing

Just follow the steps above to setup your environment. Read the Contribution Guide If you have any more questions you can join the gitter room Gitter

To do

  • Manage Students Record in admin
  • Submit fees in admin
  • Show last submitted fee along with students
  • Link Students to different Courses
  • Search the record by various fields
  • Minimize the number of queries for each view
  • Add Teachers Record to admin
  • Add Teachers Salary Record to admin
  • Export Data in csv format from admin
  • Add graph comparing teacher salaries given vs student's fee collected

Licensing

This Project is Licensed under GLWTPL

Contributors

Thanks goes to these wonderful people (emoji key):


ali madihi bidgoli

💻

mmoomocow

🐛 💻

davidkarabas

💻

adamzavacky

🎨 💻

Julian van Doorn

💻

Mohan Chhabaria

🎨 💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].