Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uclouvain/osis-dissertation
https://github.com/uclouvain/osis-dissertation
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uclouvain/osis-dissertation
- Owner: uclouvain
- License: agpl-3.0
- Created: 2018-06-19T12:21:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T09:19:28.000Z (3 months ago)
- Last Synced: 2024-10-25T06:44:44.696Z (3 months ago)
- Language: Python
- Size: 30.3 MB
- Stars: 0
- Watchers: 23
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OSIS
OSIS stands for **Open Student Information System**. It's an application
designed to manage the core business of higher education institutions, such as universities, faculties, institutes and professional schools. The core business
involves the administration of students, teachers, courses, programs and so on.[![Join the chat at https://gitter.im/uclouvain/OSIS-Louvain](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/uclouvain/OSIS-Louvain?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/uclouvain/osis-dissertation.png)](https://travis-ci.org/uclouvain/osis-dissertation)
## Documentation
Visit the project website for the latest news, to read the documentation, to
meet the community and to learn how to contribute: http://uclouvain.github.io/osis.
You can find the technical documentation in the
[`doc` folder](https://github.com/uclouvain/osis/tree/dev/doc) of the source code.
There you learn:
- how to prepare your develop environment (technical-manual.adoc)
- how to install and configure OSIS (technical-manual.adoc)
- how the data is organized and (data-manual.adoc)
- how to use the application (user-manual.adoc)## Project
OSIS is not a final product yet. It is still an on going project with ambitious
goals and deadlines. The good news is that we are already using it in production
because what is available complements or replaces existing business applications.## Code
OSIS is writen in
[Python](https://www.python.org/) 3.4,
[HTML5](https://www.w3.org/TR/html5/) and uses
[Django](https://www.djangoproject.com/) 1.11 as web framework.
To know more about the code and the collaboration of the community, please visit
our [OpenHub](https://www.openhub.net/p/osis-louvain) page.