All Projects → adigunsherif → Django-School-Management-System

adigunsherif / Django-School-Management-System

Licence: MIT License
Django School Manageent System base on Django framework.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Django-School-Management-System

sekoliko
Sekoliko | MySchool | MonEcole : School management Software.
Stars: ✭ 39 (-82.43%)
Mutual labels:  school, school-management-software
OpenUntis
An alternative FLOSS android client for the Untis timetable system
Stars: ✭ 13 (-94.14%)
Mutual labels:  school
dots
P2P Dots & Boxes game with WebRTC & WebTorrent
Stars: ✭ 56 (-74.77%)
Mutual labels:  school
FunctionLibrary
A library to learn Algorithms and Data Structures for newbies
Stars: ✭ 13 (-94.14%)
Mutual labels:  school
rlss-2019
Materials for the Practical Sessions of the Reinforcement Learning Summer School 2019: Bandits, RL & Deep RL (PyTorch).
Stars: ✭ 79 (-64.41%)
Mutual labels:  school
Sunshine
一款服务于高校师生的信息查询类工具app,包括课表、考试、成绩、网费、饭卡消费、借书以及图书信息查询等功能。只需后台提供相应格式的数据即可方便对接,开发者简单修改app信息即可使用。
Stars: ✭ 76 (-65.77%)
Mutual labels:  school
academico
Lavarel-based school management platform for small and medium institutions
Stars: ✭ 164 (-26.13%)
Mutual labels:  school
Pocketmine-School
A Website To Teach Everything About PocketMine-MP
Stars: ✭ 15 (-93.24%)
Mutual labels:  school
OSRSUpdater
A simple (and outdated) Old-School RuneScape decompiler/deobfuscator. Performs field and method analysis which uses ASM and bytecode patterns for identification. Identified fields could be used for creating bot clients or QoL clients. For educational use only.
Stars: ✭ 13 (-94.14%)
Mutual labels:  school
easy-school
A Django based School Management Web Application
Stars: ✭ 92 (-58.56%)
Mutual labels:  school
szkolny-android
Nieoficjalna aplikacja do obsługi najpopularniejszych dzienników elektronicznych w Polsce.
Stars: ✭ 118 (-46.85%)
Mutual labels:  school
BiB
📚 Library Management Application for Elementary Schools
Stars: ✭ 38 (-82.88%)
Mutual labels:  school
piscine42
School 42 Piscine C projects
Stars: ✭ 11 (-95.05%)
Mutual labels:  school
School-Programming
Хранилище за свободно учебно съдържание по програмиране, информатика и ИТ за българските училища
Stars: ✭ 82 (-63.06%)
Mutual labels:  school
Timetable
A super simple timetable app
Stars: ✭ 52 (-76.58%)
Mutual labels:  school
study-snap
📓📲 Flutter app for managing study materials in form of photos.
Stars: ✭ 34 (-84.68%)
Mutual labels:  school
webuntis
A API library that makes it easy to access the Webuntis JSON RPC 2.0 API
Stars: ✭ 22 (-90.09%)
Mutual labels:  school
ilms-react-native
NTHU iLms app using react-native!
Stars: ✭ 22 (-90.09%)
Mutual labels:  school
SchoolRegistrationUI-Android
Check out the new style for App Design aims for school or colleges...😉😀😁😎
Stars: ✭ 56 (-74.77%)
Mutual labels:  school
recoded
Re-coded by the School for Poetic Computation—crowdsourced recreations of early digital works using new tools
Stars: ✭ 57 (-74.32%)
Mutual labels:  school

Django-School-Management-System

This app is meant to be used by school manager to manage their school records: student data staff results and finances.

It currently doesn't allow students/staff to login. Solely, it's expected to be used on a single machine or online for managers only.

Demo

Visit https://django-school-app.herokuapp.com/ for a live demo. The demo is updated whenever the demo branch code is updated.

username: admin
password: admin123

Usage

It's best to install Python projects in a Virtual Environment. Once you have set up a VE, clone this project

git clone https://github.com/adigunsherif/Django-School-Management-System.git

Then

cd Django-School-Management-System

Run

pip install -r requirements.txt #install required packages
python manage.py migrate # run first migration
python manage.py runserver # run the server

Then locate http://172.0.0.1:8000

Admin Login

When you run migrate, a superuser is created.

username: admin
password: admin123

Roadmap

To build a fully fledged open source school management.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Coding Standards

isort .
black .

Test

python manage.py test

License

MIT

Actively under development

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].