Unified header across all files

This commit is contained in:
Julien Constant 2023-04-06 13:08:42 +02:00
parent 147b3619f5
commit f876bc3599
159 changed files with 1621 additions and 1341 deletions

View File

@ -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"
# #

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"
# #

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"
# #

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"
# #

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"
# #

View File

@ -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

View File

@ -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

View File

@ -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}"

View File

@ -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

View File

@ -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"
# #

View File

@ -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"
# #

View File

@ -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"
# #

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"
# #
""" """

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"
# #

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"
# #
""" """

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"
# #

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"
#

View File

@ -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"
# #

View File

@ -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

View File

@ -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:

View File

@ -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.
# #
# #

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"
#

View File

@ -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

View File

@ -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 _

View File

@ -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

View File

@ -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 *

View File

@ -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

View File

@ -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"
# #

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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"
#

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.db.models import Case, F, Q, Value, When from django.db.models import Case, F, Q, Value, When

View File

@ -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"
# #

Some files were not shown because too many files have changed in this diff Show More