Miroir du site de l'AE UTBM https://ae.utbm.fr
Go to file
Théo | Ailé b81aee3f1c Update badges and links 2022-04-27 09:50:38 +00:00
accounting Black update 2021-09-26 13:58:39 +02:00
api Upgrade black and format accordingly 2020-08-27 15:59:42 +02:00
club club: fix tests with inclusive translation 2022-02-28 14:50:24 +01:00
com com: news list: fix UI for admins 2021-10-03 19:08:14 +02:00
core Update 'black' version 2022-02-28 10:01:32 +01:00
counter Add of date in the counter/refilling_list view 2022-04-19 12:02:22 +02:00
doc Merge branch 'doc-windows-install' into 'master' 2022-03-03 18:18:55 +00:00
eboutic eboutic: et_autoanswer: don't require 'Auto' to proceed checking the request 2022-02-28 10:01:32 +01:00
election core: create TzAwareDateTimeField to replace forms.DateTimeField 2021-09-29 15:24:06 +02:00
forum forum: fix ForumTopicSubscribeView error 500 with anonymous user 2019-12-16 15:00:33 +01:00
launderette Black update 2021-09-26 13:58:39 +02:00
locale/fr/LC_MESSAGES Updated roles to be more inclusive 2022-02-18 16:30:45 +01:00
matmat Remove gender option of matmatronche & update gender settings 2021-09-29 17:29:01 +02:00
pedagogy pedagogy: uv autofill finishing touches 2019-10-24 14:18:29 +02:00
rootplace Merge branch 'master' into gender_options 2021-10-11 17:13:06 +02: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 sith/toolbar_debug: don't fail when there is no template 2021-10-01 14:08:57 +02:00
stock Upgrade black and format accordingly 2020-08-27 15:59:42 +02:00
subscription core: create TzAwareDateTimeField to replace forms.DateTimeField 2021-09-29 15:24:06 +02:00
trombi trombi: raw tool for trombi admins to add a club membership to a trombi member 2020-03-22 16:14:37 +01:00
.coveragerc coverage: blacklist some files 2017-09-07 11:50:05 +02:00
.envrc Using poetry as a dependency system for development 2021-10-15 16:12:56 +00:00
.gitattributes Add mappings for .po and .jinja files 2019-04-22 18:20:22 +02:00
.gitignore Using poetry as a dependency system for development 2021-10-15 16:12:56 +00:00
.gitlab-ci.yml Add missing dependencies and improve pipeline 2022-03-26 21:27:20 +00:00
.mailmap Using poetry as a dependency system for development 2021-10-15 16:12:56 +00:00
.readthedocs.yml Using poetry as a dependency system for development 2021-10-15 16:12:56 +00: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 Update badges and links 2022-04-27 09:50:38 +00: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
pyproject.toml Resolve "Django 2.2 not compatible with psycopg 2.9" 2022-04-18 20:21:18 +00:00

README.rst

.. image:: https://img.shields.io/badge/Code%20Style-Black-000000?style=for-the-badge
  :target: https://github.com/ambv/black
  :alt: Code style: black

.. image:: https://img.shields.io/gitlab/coverage/ae/Sith/master?gitlab_url=https%3A%2F%2Fae-dev.utbm.fr&logo=python&style=for-the-badge
  :target: https://ae-dev.utbm.fr/ae/Sith/commits/master
  :alt: Coverage report

.. image:: https://img.shields.io/gitlab/pipeline-status/ae/Sith?branch=master&gitlab_url=https%3A%2F%2Fae-dev.utbm.fr&label=BUILD&logo=gitlab&style=for-the-badge
  :target: https://ae-dev.utbm.fr/ae/Sith/commits/master
  :alt: pipeline status

.. image:: https://img.shields.io/readthedocs/sith-ae?logo=readthedocs&style=for-the-badge
  :target: https://sith-ae.readthedocs.io/
  :alt: Documentation report

.. image:: https://img.shields.io/discord/889796155523874847?label=Discord&logo=discord&style=for-the-badge
  :target: https://discord.com/invite/YKHjY9MjkS
  :alt: Discord


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 `ae.info@utbm.fr <mailto:ae.info@utbm.fr>`_
* Join our group chat on `Discord <https://discord.com/invite/YKHjY9MjkS>`_
* 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.