https://github.com/asadlive84/schoolmanagement
School Management application using python, django
https://github.com/asadlive84/schoolmanagement
django django-application django-blog django-framework django-project django-rest-framework pyhton python3
Last synced: 4 months ago
JSON representation
School Management application using python, django
- Host: GitHub
- URL: https://github.com/asadlive84/schoolmanagement
- Owner: asadlive84
- Created: 2019-08-26T17:08:07.000Z (almost 6 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-22T22:08:47.000Z (about 3 years ago)
- Last Synced: 2025-01-31T23:05:04.906Z (5 months ago)
- Topics: django, django-application, django-blog, django-framework, django-project, django-rest-framework, pyhton, python3
- Language: Python
- Size: 11.2 MB
- Stars: 26
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# School Management
### Python3, Django web application
[](https://travis-ci.org/joemccann/dillinger)# Features!
- Results
- Student Monthly collection
- Library Management
- Accounts, Financial Statements- Monthly & annual,
- Attendance
- Extra-curricular activity
- Many MoreAnd of course School Management is open source
### Installation
School Management requires [Python](https://www.python.org/downloads/) v3.6 and [Django](https://www.djangoproject.com/download/) v2.2 to run.
Install the dependencies and devDependencies and start the server.
```sh
$ pip3 install requirements.txt
$ python3 manage.py runserver
```### Development
Want to contribute? Great!