mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-13 13:29:23 +00:00
Compare commits
3 Commits
trombi
...
fix/licens
Author | SHA1 | Date | |
---|---|---|---|
6169d09ac0 | |||
f876bc3599 | |||
147b3619f5 |
31
CONTRIBUTORS.md
Normal file
31
CONTRIBUTORS.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# Contributors
|
||||||
|
|
||||||
|
Thanks to everyone who has contributed to this project! We appreciate your time and effort.
|
||||||
|
|
||||||
|
## Copyright
|
||||||
|
|
||||||
|
> All contributions to this project are subject to the copyright owned by the Association des Étudiants de l'Université de Technologie de Belfort-Montbéliard (AE UTBM), for both past and future years. By making a contribution to this project, you acknowledge and agree that AE UTBM has the exclusive right to use, distribute, and modify your contribution, as well as to license others to do the same, in any way they see fit.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This project was previously released under the MIT license, but it has since been changed to the GPL v3 license. Any contributions made to this project before the switch to GPL v3 are still subject to the MIT license, while contributions made after the switch are subject to the GPL v3 license.
|
||||||
|
|
||||||
|
## List of Contributors
|
||||||
|
|
||||||
|
- [@Hyask](https://github.com/Hyask) — Florent "Skia" Jacquet <skia@hya.sk>
|
||||||
|
- [@klmp200](https://github.com/klmp200) — Antoine "Sli" Bartuccio <antoine@bartuccio.fr>
|
||||||
|
- [@nab-os](https://github.com/nab-os) (AKA Gnikwo) — Sasha "Nabos" Ballet <nabos@glargh.fr>
|
||||||
|
- [@Krophil](https://github.com/Krophil) — Pierre "Krophil'" Brunet <pierre.brunet@krophil.fr>
|
||||||
|
- [@guillaume-renaud](https://github.com/guillaume-renaud) — Guillaume "Lo-J" RENAUD <renaudg779@gmail.com>
|
||||||
|
- [@imperosol](https://github.com/imperosol) — Thomas "Maréchal" Girod <thgirod@hotmail.com>
|
||||||
|
- [@TheoDurr](https://github.com/TheoDurr) — Théo "Ailé" Durr <git@theodurr.fr>
|
||||||
|
- [@RTrioux](https://github.com/RTrioux) — Robin "Vial" Trioux
|
||||||
|
- [@TheRolfFR](https://github.com/TheRolfFR) — Yann "Réseau" Le Vaguerès
|
||||||
|
- [@Magador](https://github.com/Magador) — Lucie "Magador" Lenglet
|
||||||
|
- [@lsacienne](https://github.com/lsacienne) — Alexandre "L'Sacienne" Viala
|
||||||
|
- [@Juknum](https://github.com/Juknum) — Julien "Tinople" Constant
|
||||||
|
- [@Tartofraise](https://github.com/Tartofraise) — Ryan "Soldat" Hadj-Mebarek
|
||||||
|
- [@FrancescoWitz](https://github.com/FrancescoWitz) — Francesco "Och" WITZ
|
||||||
|
- [@maxence-leblanc](https://github.com/maxence-leblanc) — Maxence "Juste" LEBLANC
|
||||||
|
|
||||||
|
_If you've contributed to this project and your name isn't on the list, please let us know so we can add you. And if you've contributed anonymously, thank you! We appreciate your contributions just as much as those from named contributors._
|
21
LICENSE.old
Normal file
21
LICENSE.old
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2016 Skia
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
@ -1,15 +1,19 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from datetime import date, timedelta
|
from datetime import date, timedelta
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.urls import path
|
from django.urls import path
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import collections
|
import collections
|
||||||
|
@ -1,15 +1,19 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
# Register your models here.
|
# Register your models here.
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
# Create your models here.
|
# Create your models here.
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
# Create your tests here.
|
# Create your tests here.
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.urls import include, path, re_path
|
from django.urls import include, path, re_path
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.core.exceptions import PermissionDenied
|
from django.core.exceptions import PermissionDenied
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from rest_framework.decorators import api_view, renderer_classes
|
from rest_framework.decorators import api_view, renderer_classes
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
|
@ -1,15 +1,19 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
from ajax_select import make_ajax_form
|
from ajax_select import make_ajax_form
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from ajax_select.fields import AutoCompleteSelectMultipleField
|
from ajax_select.fields import AutoCompleteSelectMultipleField
|
||||||
|
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
|
|
||||||
|
31
club/urls.py
31
club/urls.py
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.urls import path
|
from django.urls import path
|
||||||
|
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import csv
|
import csv
|
||||||
|
@ -1,15 +1,19 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
from ajax_select import make_ajax_form
|
from ajax_select import make_ajax_form
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
import pytest
|
import pytest
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.urls import path
|
from django.urls import path
|
||||||
|
31
com/views.py
31
com/views.py
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
|
@ -1,15 +1,19 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from ajax_select import make_ajax_form
|
from ajax_select import make_ajax_form
|
||||||
|
30
core/apps.py
30
core/apps.py
@ -1,25 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -1,3 +1,26 @@
|
|||||||
|
# -*- coding:utf-8 -*-
|
||||||
|
#
|
||||||
|
# Copyright 2023 © AE UTBM
|
||||||
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
|
#
|
||||||
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
|
# https://ae.utbm.fr.
|
||||||
|
#
|
||||||
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
|
#
|
||||||
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
|
#
|
||||||
|
|
||||||
|
from core.models import Page
|
||||||
|
|
||||||
|
|
||||||
class FourDigitYearConverter:
|
class FourDigitYearConverter:
|
||||||
regex = "[0-9]{4}"
|
regex = "[0-9]{4}"
|
||||||
|
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from ajax_select import LookupChannel, register
|
from ajax_select import LookupChannel, register
|
||||||
|
@ -1,15 +1,19 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
@ -1,15 +1,19 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
@ -1,26 +1,22 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2019
|
# Copyright 2023 © AE UTBM
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,26 +1,22 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -1,26 +1,22 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2019
|
# Copyright 2023 © AE UTBM
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -1,25 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import importlib
|
import importlib
|
||||||
|
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
## -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017,2018
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
import importlib
|
import importlib
|
||||||
import os
|
import os
|
||||||
|
@ -1,25 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
@ -1,26 +1,22 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -1,26 +1,22 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -1,26 +1,22 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.db import models
|
from django.db import models
|
||||||
|
@ -1,15 +1,19 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
31
core/urls.py
31
core/urls.py
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.urls import path, re_path, register_converter
|
from django.urls import path, re_path, register_converter
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import types
|
import types
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
# This file contains all the views that concern the page model
|
# This file contains all the views that concern the page model
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
# This file contains all the views that concern the page model
|
# This file contains all the views that concern the page model
|
||||||
|
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
# This file contains all the views that concern the user model
|
# This file contains all the views that concern the user model
|
||||||
|
@ -1,24 +1,19 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017,2019
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
from ajax_select import make_ajax_form
|
from ajax_select import make_ajax_form
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
@ -1,25 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2019
|
# Copyright 2023 © AE UTBM
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.apps import AppConfig
|
from django.apps import AppConfig
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
# -*- coding:utf-8 -*-
|
||||||
|
#
|
||||||
|
# Copyright 2023 © AE UTBM
|
||||||
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
|
#
|
||||||
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
|
# https://ae.utbm.fr.
|
||||||
|
#
|
||||||
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
|
#
|
||||||
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
|
#
|
||||||
|
|
||||||
from ajax_select import make_ajax_field
|
from ajax_select import make_ajax_field
|
||||||
from ajax_select.fields import AutoCompleteSelectField, AutoCompleteSelectMultipleField
|
from ajax_select.fields import AutoCompleteSelectField, AutoCompleteSelectMultipleField
|
||||||
from django import forms
|
from django import forms
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
@ -1,25 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2019
|
# Copyright 2023 © AE UTBM
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.db.models.signals import pre_delete
|
from django.db.models.signals import pre_delete
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
import json
|
import json
|
||||||
import re
|
import re
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.urls import path
|
from django.urls import path
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
import json
|
import json
|
||||||
import re
|
import re
|
||||||
|
@ -1,15 +1,19 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
@ -1,15 +1,19 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
from ajax_select import make_ajax_form
|
from ajax_select import make_ajax_form
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2022
|
# Copyright 2023 © AE UTBM
|
||||||
# - Maréchal <thgirod@hotmail.com
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
|
|
||||||
|
|
||||||
class PaymentResultConverter:
|
class PaymentResultConverter:
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2022
|
# Copyright 2023 © AE UTBM
|
||||||
# - Maréchal <thgirod@hotmail.com
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
import hmac
|
import hmac
|
||||||
import typing
|
import typing
|
||||||
|
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Maréchal <thgirod@hotmail.com
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
import base64
|
import base64
|
||||||
import json
|
import json
|
||||||
|
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017, 2022
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Maréchal <thgirod@hotmail.com>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.urls import path, register_converter
|
from django.urls import path, register_converter
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import base64
|
import base64
|
||||||
|
@ -0,0 +1,19 @@
|
|||||||
|
# -*- coding:utf-8 -*-
|
||||||
|
#
|
||||||
|
# Copyright 2023 © AE UTBM
|
||||||
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
|
#
|
||||||
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
|
# https://ae.utbm.fr.
|
||||||
|
#
|
||||||
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
|
#
|
||||||
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
|
#
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
# -*- coding:utf-8 -*-
|
||||||
|
#
|
||||||
|
# Copyright 2023 © AE UTBM
|
||||||
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
|
#
|
||||||
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
|
# https://ae.utbm.fr.
|
||||||
|
#
|
||||||
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
|
#
|
||||||
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
|
#
|
||||||
|
|
||||||
from ajax_select import make_ajax_form
|
from ajax_select import make_ajax_form
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
# -*- coding:utf-8 -*-
|
||||||
|
#
|
||||||
|
# Copyright 2023 © AE UTBM
|
||||||
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
|
#
|
||||||
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
|
# https://ae.utbm.fr.
|
||||||
|
#
|
||||||
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
|
#
|
||||||
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
|
#
|
||||||
|
|
||||||
from django.db import models
|
from django.db import models
|
||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
from django.utils.translation import gettext_lazy as _
|
from django.utils.translation import gettext_lazy as _
|
||||||
|
@ -1,4 +1,23 @@
|
|||||||
from django.conf import settings
|
# -*- coding:utf-8 -*-
|
||||||
|
#
|
||||||
|
# Copyright 2023 © AE UTBM
|
||||||
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
|
#
|
||||||
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
|
# https://ae.utbm.fr.
|
||||||
|
#
|
||||||
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
|
#
|
||||||
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
|
#
|
||||||
|
|
||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
|
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
# -*- coding:utf-8 -*-
|
||||||
|
#
|
||||||
|
# Copyright 2023 © AE UTBM
|
||||||
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
|
#
|
||||||
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
|
# https://ae.utbm.fr.
|
||||||
|
#
|
||||||
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
|
#
|
||||||
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
|
#
|
||||||
|
|
||||||
from django.urls import path
|
from django.urls import path
|
||||||
|
|
||||||
from election.views import *
|
from election.views import *
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
# -*- coding:utf-8 -*-
|
||||||
|
#
|
||||||
|
# Copyright 2023 © AE UTBM
|
||||||
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
|
#
|
||||||
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
|
# https://ae.utbm.fr.
|
||||||
|
#
|
||||||
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
|
#
|
||||||
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
|
#
|
||||||
|
|
||||||
from ajax_select import make_ajax_field
|
from ajax_select import make_ajax_field
|
||||||
from ajax_select.fields import AutoCompleteSelectField
|
from ajax_select.fields import AutoCompleteSelectField
|
||||||
from django import forms
|
from django import forms
|
||||||
|
@ -1,15 +1,19 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
@ -1,25 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017,2018
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023 © AE UTBM
|
# Copyright 2023 © AE UTBM
|
||||||
# ae@utbm.fr / ae.info@utbm.fr
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# https://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
#
|
#
|
||||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
# Create your tests here.
|
# Create your tests here.
|
||||||
|
@ -1,25 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017,2018
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.urls import path
|
from django.urls import path
|
||||||
|
@ -1,26 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
## -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016,2017,2018
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@libskia.so>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
# - Sli <antoine@bartuccio.fr>
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from ajax_select import make_ajax_field
|
from ajax_select import make_ajax_field
|
||||||
|
@ -0,0 +1,19 @@
|
|||||||
|
# -*- coding:utf-8 -*-
|
||||||
|
#
|
||||||
|
# Copyright 2023 © AE UTBM
|
||||||
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
|
#
|
||||||
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
|
# https://ae.utbm.fr.
|
||||||
|
#
|
||||||
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
|
#
|
||||||
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
|
#
|
||||||
|
@ -1,25 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@hya.sk>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.apps import AppConfig
|
from django.apps import AppConfig
|
||||||
|
@ -1,25 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@hya.sk>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
import logging
|
import logging
|
||||||
import warnings
|
import warnings
|
||||||
|
@ -1,25 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@hya.sk>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
@ -1,25 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@hya.sk>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
@ -1,25 +1,21 @@
|
|||||||
# -*- coding:utf-8 -*
|
# -*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2023
|
# Copyright 2023 © AE UTBM
|
||||||
# - Skia <skia@hya.sk>
|
# ae@utbm.fr / ae.info@utbm.fr
|
||||||
|
# All contributors are listed in the CONTRIBUTORS file.
|
||||||
#
|
#
|
||||||
# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM,
|
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||||
# http://ae.utbm.fr.
|
# https://ae.utbm.fr.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||||
# the terms of the GNU General Public License a published by the Free Software
|
|
||||||
# Foundation; either version 3 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||||
# details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
|
||||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
#
|
#
|
||||||
|
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||||
|
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||||
|
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||||
#
|
#
|
||||||
|
|
||||||
from django.urls import path
|
from django.urls import path
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user