An open API service indexing awesome lists of open source software.

https://github.com/tareqmonwer/django-school-management

Transform your school with our intuitive Django School Management System. Seamlessly manage payments, simplify e-admissions, and track results effortlessly, all through a user-friendly interface. Developed using Python Django, our comprehensive system enhances your school's efficiency. Experience the future of education management today.
https://github.com/tareqmonwer/django-school-management

django-myschools django-school-management django-school-management-system fullstack-school-management myschools-django python-django-school-management-system python-school-management school-management-system school-management-system-django school-management-system-in-python-django school-management-system-project-in-python-django

Last synced: 5 months ago
JSON representation

Transform your school with our intuitive Django School Management System. Seamlessly manage payments, simplify e-admissions, and track results effortlessly, all through a user-friendly interface. Developed using Python Django, our comprehensive system enhances your school's efficiency. Experience the future of education management today.

Awesome Lists containing this project

README

          

# Django-School-Management
A fullstack school management project in django, bootstrap-4 and javascript.

# Installation:
1. go to the project folder
2. run `pip install -r requirements.txt`
3. create `.env` under `envs` folder and give credentials following `.env.example` template
4. See additional resources section to setup/get more info.
5. run `python manage.py migrate`
6. then `python manage.py runserver`
for testing, create a superuser too.

# Celery-redis setup:
1. Celery is installed, install redis as well.

2. for linux users:
- run redis server with `redis-server` command.
3. for windows users:
- Download redis (https://github.com/microsoftarchive/redis/releases/tag/win-3.0.504)
- Run redis-server.exe and redis-cli.exe.

And finally, while django server is running, run this command on another terminal

`celery -A config worker -l INFO`

# Additional Resources:
+ Create braintree sandbox account from: https://sandbox.braintreegateway.com/login

# Usage/testing
Use provided [fixtures](https://docs.djangoproject.com/en/3.1/howto/initial-data/) for each applications.

*Provided Fixtures:*
- teachers/teacher_fixtures.json
*How to load fixtures?*

*For example, you want to load `teachers/teacher_fixtures.json`

you have to simply run this management command on your terminal:*
`python manage.py loaddata teachers/teacher_fixtures.json`


this command will load initial data for teachers app.
Follow the same pattern to install initial data for other applications.

### Fixture Load Order:
+ `python manage.py loaddata teachers/teacher_fixtures.json`
+ `python manage.py loaddata academics/academic_fixtures.json`
+ `python manage.py loaddata students\fixtures\offline_applications.json`
+ `python manage.py loaddata students\fixtures\online_admitted.json`
+ `python manage.py loaddata students\fixtures\online_paid.json`
+ `python manage.py loaddata students\fixtures\online_rejected.json`
+ `python manage.py loaddata students\fixtures\online_unpaid.json`

* APPLY CARD INFO AT `admission` link
`card number: 5555555555554444`
`expiracy: any valid future date`

# Working Components:
* Create application for admission manually (it will save candidate as offline admission candidate)
* Online application for admission (payment and admission process handled automatically)
* Handle payment, admission, rejection, update candidate's status after communication
* Assign student to an academic batch, class
* Manage counseling (admission) dashboard with data visualization (download/view pdf reports)
* CRUD departments, subjects, teachers, academic session, semester; import subjects from csv file
* Teacher list view, students list view, designation CRUD
* Create users, users list, view user groups and permissions


# Contact me:
- [Facebook](https://www.facebook.com/tareqmonwer1/)
- [Linkedin](linkedin.com/in/tareqmonwer)
- [Twitter](https://twitter.com/TareqMonwerDPI)
- [Github](https://github.com/TareqMonwer)
- [Website](https://www.tareqmonwer.com)