Miroir du site de l'AE UTBM https://ae.utbm.fr
Go to file
Antoine Bartuccio 85623f48a9 Using poetry as a dependency system for development 2021-10-15 16:12:56 +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 core: create TzAwareDateTimeField to replace forms.DateTimeField 2021-09-29 15:24:06 +02:00
com com: news list: fix UI for admins 2021-10-03 19:08:14 +02:00
core style: fix header bar on medium size screens 2021-10-03 16:08:53 +02:00
counter counter_click.jinja: fix error display with Vue 2021-10-11 22:09:45 +02:00
doc Using poetry as a dependency system for development 2021-10-15 16:12:56 +00:00
eboutic Black update 2021-09-26 13:58:39 +02: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 [com]: add helper_text for resolution and format of poster 2021-09-29 16:09:05 +02: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 Upgrade black and format accordingly 2020-08-27 15:59:42 +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 Using poetry as a dependency system for development 2021-10-15 16:12:56 +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 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
pyproject.toml Using poetry as a dependency system for development 2021-10-15 16:12:56 +00: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.