diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 527e0b4b..e199fdab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: script_stop: true - # See https://github.com/ae-utbm/sith3/wiki/GitHub-Actions#deployment-action + # See https://github.com/ae-utbm/sith/wiki/GitHub-Actions#deployment-action script: | export PATH="/home/sith/.local/bin:$PATH" pushd ${{secrets.SITH_PATH}} diff --git a/.github/workflows/taiste.yml b/.github/workflows/taiste.yml index f84183e3..56ea5d82 100644 --- a/.github/workflows/taiste.yml +++ b/.github/workflows/taiste.yml @@ -30,7 +30,7 @@ jobs: script_stop: true - # See https://github.com/ae-utbm/sith3/wiki/GitHub-Actions#deployment-action + # See https://github.com/ae-utbm/sith/wiki/GitHub-Actions#deployment-action script: | export PATH="$HOME/.poetry/bin:$PATH" pushd ${{secrets.SITH_PATH}} diff --git a/README.md b/README.md index f27dc28d..95b6b17d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](#) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) -[![CI status](https://github.com/ae-utbm/sith3/actions/workflows/ci.yml/badge.svg)](#) -[![Docs status](https://github.com/ae-utbm/sith3/actions/workflows/deploy_docs.yml/badge.svg)](https://ae-utbm.github.io/sith3) +[![CI status](https://github.com/ae-utbm/sith/actions/workflows/ci.yml/badge.svg)](#) +[![Docs status](https://github.com/ae-utbm/sith/actions/workflows/deploy_docs.yml/badge.svg)](https://ae-utbm.github.io/sith3) [![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=default&logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/) [![discord](https://img.shields.io/discord/971448179075731476?label=discord&logo=discord&style=default)](https://discord.gg/xk9wfpsufm) diff --git a/accounting/__init__.py b/accounting/__init__.py index a098e7ba..658743c1 100644 --- a/accounting/__init__.py +++ b/accounting/__init__.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/accounting/admin.py b/accounting/admin.py index f0a3784e..954e8b7d 100644 --- a/accounting/admin.py +++ b/accounting/admin.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/accounting/models.py b/accounting/models.py index b0c3fab1..a50a0a81 100644 --- a/accounting/models.py +++ b/accounting/models.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/accounting/tests.py b/accounting/tests.py index 3630c0e2..7bbc6032 100644 --- a/accounting/tests.py +++ b/accounting/tests.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/accounting/urls.py b/accounting/urls.py index 029cd4cc..0de62134 100644 --- a/accounting/urls.py +++ b/accounting/urls.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/accounting/views.py b/accounting/views.py index 85d1a4c7..da396f4a 100644 --- a/accounting/views.py +++ b/accounting/views.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/club/__init__.py b/club/__init__.py index a098e7ba..658743c1 100644 --- a/club/__init__.py +++ b/club/__init__.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/club/admin.py b/club/admin.py index 3dab59fd..ba573440 100644 --- a/club/admin.py +++ b/club/admin.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/club/tests.py b/club/tests.py index 6450d32d..021d085f 100644 --- a/club/tests.py +++ b/club/tests.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/com/__init__.py b/com/__init__.py index a098e7ba..658743c1 100644 --- a/com/__init__.py +++ b/com/__init__.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/com/admin.py b/com/admin.py index 76b966fc..a53049b2 100644 --- a/com/admin.py +++ b/com/admin.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/com/tests.py b/com/tests.py index 1ca29a08..707ff66a 100644 --- a/com/tests.py +++ b/com/tests.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/com/urls.py b/com/urls.py index 20323f0a..89baa31a 100644 --- a/com/urls.py +++ b/com/urls.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/core/__init__.py b/core/__init__.py index a098e7ba..658743c1 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/core/admin.py b/core/admin.py index e8436db0..8f464e06 100644 --- a/core/admin.py +++ b/core/admin.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/core/lookups.py b/core/lookups.py index 8582aa5e..3c62af3a 100644 --- a/core/lookups.py +++ b/core/lookups.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/core/management/__init__.py b/core/management/__init__.py index a098e7ba..658743c1 100644 --- a/core/management/__init__.py +++ b/core/management/__init__.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/core/management/commands/__init__.py b/core/management/commands/__init__.py index a098e7ba..658743c1 100644 --- a/core/management/commands/__init__.py +++ b/core/management/commands/__init__.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/core/management/commands/install_xapian.py b/core/management/commands/install_xapian.py index 8fb9c5b3..51865bd5 100644 --- a/core/management/commands/install_xapian.py +++ b/core/management/commands/install_xapian.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/core/management/commands/setup.py b/core/management/commands/setup.py index 0db339a5..5b5acdd1 100644 --- a/core/management/commands/setup.py +++ b/core/management/commands/setup.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/core/markdown.py b/core/markdown.py index 5904dfbf..bf006dba 100644 --- a/core/markdown.py +++ b/core/markdown.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/core/middleware.py b/core/middleware.py index dc3b8303..b79d0e42 100644 --- a/core/middleware.py +++ b/core/middleware.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/core/templatetags/__init__.py b/core/templatetags/__init__.py index a098e7ba..658743c1 100644 --- a/core/templatetags/__init__.py +++ b/core/templatetags/__init__.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/core/tests/test_core.py b/core/tests/test_core.py index 6c70521d..195559e7 100644 --- a/core/tests/test_core.py +++ b/core/tests/test_core.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/core/utils.py b/core/utils.py index 82fc78a7..ebb08303 100644 --- a/core/utils.py +++ b/core/utils.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/core/views/group.py b/core/views/group.py index 87c18bae..50abfbef 100644 --- a/core/views/group.py +++ b/core/views/group.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/core/views/page.py b/core/views/page.py index fed0ac7f..e050db06 100644 --- a/core/views/page.py +++ b/core/views/page.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/counter/admin.py b/counter/admin.py index c0e9fac8..4c819866 100644 --- a/counter/admin.py +++ b/counter/admin.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/counter/api.py b/counter/api.py index 8f42bc85..ac43354c 100644 --- a/counter/api.py +++ b/counter/api.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/counter/models.py b/counter/models.py index c068328f..5cc21ee3 100644 --- a/counter/models.py +++ b/counter/models.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/counter/tests/test_counter.py b/counter/tests/test_counter.py index 3dc0ec74..fefdfd8c 100644 --- a/counter/tests/test_counter.py +++ b/counter/tests/test_counter.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/counter/urls.py b/counter/urls.py index 72478fa0..a8ac645e 100644 --- a/counter/urls.py +++ b/counter/urls.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/counter/views.py b/counter/views.py index f61bc179..695a7b23 100644 --- a/counter/views.py +++ b/counter/views.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/docs/explanation/archives.md b/docs/explanation/archives.md index 21d86a9f..b384e025 100644 --- a/docs/explanation/archives.md +++ b/docs/explanation/archives.md @@ -1,7 +1,7 @@ !!!note "Page générée" Cette page est générée à partir du wiki GitHub du projet puisqu'elle héberge du contenu binaire lourd qui encombrerait le repo git. - La [page originale ici](https://github.com/ae-utbm/sith3/wiki/Archives) peut être plus à jour puisque le contenu + La [page originale ici](https://github.com/ae-utbm/sith/wiki/Archives) peut être plus à jour puisque le contenu de cette page date de la dernière génération de la documentation. {! include-markdown 'https://raw.githubusercontent.com/wiki/ae-utbm/sith3/Archives.md', '') !} diff --git a/docs/explanation/index.md b/docs/explanation/index.md index e3fe89ab..6f6e6e82 100644 --- a/docs/explanation/index.md +++ b/docs/explanation/index.md @@ -1,4 +1,4 @@ -## Objectifs +gq## Objectifs Le but de ce projet est de fournir à l'Association des Étudiants de l'UTBM diff --git a/docs/tutorial/install.md b/docs/tutorial/install.md index 747900b7..4f65eab9 100644 --- a/docs/tutorial/install.md +++ b/docs/tutorial/install.md @@ -108,7 +108,7 @@ cd /mnt//vos/fichiers/comme/dhab ## Finaliser l'installation ```bash -git clone https://github.com/ae-utbm/sith3.git +git clone https://github.com/ae-utbm/sith.git cd sith3 # Création de l'environnement et installation des dépendances diff --git a/eboutic/__init__.py b/eboutic/__init__.py index a098e7ba..658743c1 100644 --- a/eboutic/__init__.py +++ b/eboutic/__init__.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/eboutic/admin.py b/eboutic/admin.py index 454ca5c3..3e5f4bf3 100644 --- a/eboutic/admin.py +++ b/eboutic/admin.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/eboutic/models.py b/eboutic/models.py index d6594eca..d3f34f63 100644 --- a/eboutic/models.py +++ b/eboutic/models.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/eboutic/views.py b/eboutic/views.py index f848d495..41ce2ee4 100644 --- a/eboutic/views.py +++ b/eboutic/views.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/forum/__init__.py b/forum/__init__.py index a098e7ba..658743c1 100644 --- a/forum/__init__.py +++ b/forum/__init__.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/forum/admin.py b/forum/admin.py index c7eeefeb..4b19827f 100644 --- a/forum/admin.py +++ b/forum/admin.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/forum/tests.py b/forum/tests.py index 14c6ca56..cd50805d 100644 --- a/forum/tests.py +++ b/forum/tests.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/launderette/__init__.py b/launderette/__init__.py index a098e7ba..658743c1 100644 --- a/launderette/__init__.py +++ b/launderette/__init__.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/launderette/admin.py b/launderette/admin.py index 2c3cd5e5..c78132ef 100644 --- a/launderette/admin.py +++ b/launderette/admin.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/launderette/models.py b/launderette/models.py index dd5ab576..ef6a0745 100644 --- a/launderette/models.py +++ b/launderette/models.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/launderette/tests.py b/launderette/tests.py index 48d8f1f6..07643a02 100644 --- a/launderette/tests.py +++ b/launderette/tests.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/launderette/urls.py b/launderette/urls.py index 7b8c4f8b..bae646f3 100644 --- a/launderette/urls.py +++ b/launderette/urls.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/launderette/views.py b/launderette/views.py index b35a0de0..7d7674d4 100644 --- a/launderette/views.py +++ b/launderette/views.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/manage.py b/manage.py index ead6709b..2c775127 100755 --- a/manage.py +++ b/manage.py @@ -6,7 +6,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/mkdocs.yml b/mkdocs.yml index 073f36df..7cbf3fd8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ site_description: Le site de l'association des étudiants de l'UTBM dev_addr: 127.0.0.1:8080 repo_name: sith3 -repo_url: https://github.com/ae-utbm/sith3 +repo_url: https://github.com/ae-utbm/sith site_url: https://ae-utbm.github.io/sith3 theme: diff --git a/rootplace/__init__.py b/rootplace/__init__.py index a098e7ba..658743c1 100644 --- a/rootplace/__init__.py +++ b/rootplace/__init__.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/rootplace/admin.py b/rootplace/admin.py index 1a02ff3a..1f842647 100644 --- a/rootplace/admin.py +++ b/rootplace/admin.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/rootplace/models.py b/rootplace/models.py index c6372d7f..b7bbf804 100644 --- a/rootplace/models.py +++ b/rootplace/models.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/rootplace/tests.py b/rootplace/tests.py index 020f4747..0b7a874d 100644 --- a/rootplace/tests.py +++ b/rootplace/tests.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/sas/__init__.py b/sas/__init__.py index a098e7ba..658743c1 100644 --- a/sas/__init__.py +++ b/sas/__init__.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/sas/admin.py b/sas/admin.py index 027f67bd..f261a08b 100644 --- a/sas/admin.py +++ b/sas/admin.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/sas/models.py b/sas/models.py index 4566feac..7ee0ee5f 100644 --- a/sas/models.py +++ b/sas/models.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/sas/tests/test_views.py b/sas/tests/test_views.py index 7cce8269..b9c59881 100644 --- a/sas/tests/test_views.py +++ b/sas/tests/test_views.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/sas/urls.py b/sas/urls.py index af4844d2..da2f3664 100644 --- a/sas/urls.py +++ b/sas/urls.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/sas/views.py b/sas/views.py index c066d63d..5ae08d6e 100644 --- a/sas/views.py +++ b/sas/views.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/sith/__init__.py b/sith/__init__.py index a098e7ba..658743c1 100644 --- a/sith/__init__.py +++ b/sith/__init__.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/sith/urls.py b/sith/urls.py index e7872ca7..c6e56ce6 100644 --- a/sith/urls.py +++ b/sith/urls.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/sith/wsgi.py b/sith/wsgi.py index d4f750c9..8eeb51c8 100644 --- a/sith/wsgi.py +++ b/sith/wsgi.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/subscription/__init__.py b/subscription/__init__.py index a098e7ba..658743c1 100644 --- a/subscription/__init__.py +++ b/subscription/__init__.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/subscription/admin.py b/subscription/admin.py index 38a00973..78f4e371 100644 --- a/subscription/admin.py +++ b/subscription/admin.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/subscription/models.py b/subscription/models.py index 5baf310f..fbca7277 100644 --- a/subscription/models.py +++ b/subscription/models.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/subscription/tests.py b/subscription/tests.py index 3eb86fd3..8f4b24eb 100644 --- a/subscription/tests.py +++ b/subscription/tests.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/subscription/urls.py b/subscription/urls.py index c8a53949..45b293de 100644 --- a/subscription/urls.py +++ b/subscription/urls.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE diff --git a/subscription/views.py b/subscription/views.py index c77aee0d..f1127653 100644 --- a/subscription/views.py +++ b/subscription/views.py @@ -5,7 +5,7 @@ # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the source code of the website at https://github.com/ae-utbm/sith # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE