/fachschaftsempfaenger

:tv: Information Screen of the student union of computer science at the University of Tübingen

Primary LanguagePythonMIT LicenseMIT

docs/source/_static/img/logo.png

Documentation Status

Fachschaftsempfaenger is a Django application created by the student union of Computer Science at the university of Tuebingen to provide a simple screen with important information for the students and employees at department of Computer Science in Tuebingen.

Installation

Fachschaftsempfaenger can be installed using pip:

pip install --user git+https://github.com/fsi-tue/fachschaftsempfaenger

After successfully installing fachschaftsempfaenger it can be simply added to existing or new django installations by adding it to the INSTALLED_APPS list in your django instance' settings.py.

For more information see the documentation's installation section.

Documentation

fachschaftsempfaenger uses sphinx to create a documentation manual. The documentation can be found here.

Getting involved

The fachschaftsempfaenger project welcomes help in the following ways:

For more information on how to contribute to fachschaftsempfaenger have a look at the development section.

Acknowledgments

Fachschaftsempfaenger is largely inspired by the infoscreen of the student union of Computer Science at the university Freiburg. We are grateful for their provided source code which helped a lot building this app.