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

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

Awesome Lists containing this project

README

        

# School Management
### Python3, Django web application
[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)

# Features!

- Results
- Student Monthly collection
- Library Management
- Accounts, Financial Statements- Monthly & annual,
- Attendance
- Extra-curricular activity
- Many More

And 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!