Miroir du site de l'AE UTBM https://ae.utbm.fr
Go to file
tleb 5accdbccbb Front: use Webcam.on() for error handling 2020-03-04 07:13:16 +01:00
accounting django2.2: fix tests for accounting 2019-10-08 22:46:38 +02:00
api pedagogy: uv autofill finishing touches 2019-10-24 14:18:29 +02:00
club club: fix typo on ClubSellingView 2019-11-28 15:14:51 +01:00
com com: fix 500 error when utbm mail server refuse weekmail 2019-11-25 13:30:47 +01:00
core Front: use Webcam.on() for error handling 2020-03-04 07:13:16 +01:00
counter core: redesign request middleware with django latest design and better use of threading 2019-11-14 16:32:29 +01:00
doc core: add UserIsRootMixin and an admin delete view for memberships 2019-11-24 19:23:43 +01:00
eboutic eboutic: don't display future account balance if contains refilling item 2019-11-05 19:50:08 +01:00
election django2.2: forms fixs for new API 2019-10-08 22:46:38 +02:00
forum forum: fix ForumTopicSubscribeView error 500 with anonymous user 2019-12-16 15:00:33 +01:00
launderette black: makes new version happy 2019-11-04 13:46:09 +01:00
locale/fr/LC_MESSAGES core/counter: add generic operation logs and implements it for Sellings and Refilling deletions 2019-11-14 01:14:44 +01:00
matmat django2.2: adapt ChoiceField to the new API 2019-10-08 22:46:02 +02:00
pedagogy pedagogy: uv autofill finishing touches 2019-10-24 14:18:29 +02:00
rootplace core/counter: add generic operation logs and implements it for Sellings and Refilling deletions 2019-11-14 01:14:44 +01:00
sas sas: fix 500 error when tagging the same user twice or adding a non existing user 2019-12-17 11:25:17 +01:00
sith core: redesign request middleware with django latest design and better use of threading 2019-11-14 16:32:29 +01:00
stock django2.2: add on_delete on migrations for OneToOneField 2019-10-08 22:46:03 +02:00
subscription django2.2: add on_delete on migrations for ForeignKey 2019-10-08 22:46:03 +02:00
trombi django2.2: add on_delete on migrations for OneToOneField 2019-10-08 22:46:03 +02:00
.coveragerc coverage: blacklist some files 2017-09-07 11:50:05 +02:00
.envrc documentation: add instructions for direnv 2019-10-08 00:59:19 +02:00
.gitattributes Add mappings for .po and .jinja files 2019-04-22 18:20:22 +02:00
.gitignore documentation: base structure for new documentation 2019-10-07 23:51:35 +02:00
.gitlab-ci.yml documentation: add doc compile test in pipeline 2019-10-07 23:51:38 +02:00
.readthedocs.yml documentation: base structure for new documentation 2019-10-07 23:51:35 +02:00
CONTRIBUTING.rst documentation: add CONTRIBUTING 2019-10-08 11:08:47 +02:00
LICENSE Apply GPLv3 to Sith, and add header to every concerned file 2017-04-24 17:51:12 +02:00
LICENSE.old Apply GPLv3 to Sith, and add header to every concerned file 2017-04-24 17:51:12 +02:00
README.rst documentation: add help ressources and update installation instructions 2019-11-20 17:03:18 +01:00
manage.py Apply GPLv3 to Sith, and add header to every concerned file 2017-04-24 17:51:12 +02:00
migrate.py pedagogy: fix typo for AUTUMN_AND_SPRING 2019-07-05 16:40:02 +02:00
requirements.txt django2.2: unlock djangorestframework version limit 2019-10-08 22:46:38 +02:00

README.rst

.. image:: https://ae-dev.utbm.fr/ae/Sith/badges/master/pipeline.svg
  :target: https://ae-dev.utbm.fr/ae/Sith/commits/master
  :alt: pipeline status

.. image:: https://readthedocs.org/projects/sith-ae/badge/?version=latest
  :target: https://sith-ae.readthedocs.io/?badge=latest
  :alt: documentation Status

.. image:: https://ae-dev.utbm.fr/ae/Sith/badges/master/coverage.svg
  :target: https://ae-dev.utbm.fr/ae/Sith/commits/master
  :alt: coverage report

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
  :target: https://github.com/ambv/black
  :alt: code style: black

.. image:: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
  :target: https://ae-dev.zulipchat.com
  :alt: project chat

This is the source code of the UTBM's student association available at https://ae.utbm.fr/.

All documentation is in the ``docs`` directory and online at https://sith-ae.readthedocs.io/. This documentation is written in French because it targets a French audience and it's too much work to maintain two versions. The code and code comments are strictly written in English.

If you want to contribute, here's how we recommend to read the docs:

* First, it's advised to read the about part of the project to understand the goals and the mindset of the current and previous maintainers and know what to expect to learn.
* If in the first part you realize that you need more background about what we use, we provide some links to tutorials and documentation at the end of our documentation. Feel free to use it and complete it with what you found helpful.
* Keep in mind that this documentation is thought to be read in order.

To join our team :

* Send a mail at mailto:ae.utbm.fr
* Join our group chat at https://ae-dev.zulipchat.com
* See and join our Trello at https://trello.com/b/YQOaF33m/site-ae.

This project is licenced under GNU GPL, see the LICENSE file at the top of the repository for more details.