mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Unified header across all files
This commit is contained in:
parent
147b3619f5
commit
f876bc3599
@ -1,15 +1,19 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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.contrib import admin
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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 decimal import Decimal
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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 datetime import date, timedelta
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
|
||||
import collections
|
||||
|
@ -1,15 +1,19 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
|
||||
# Register your models here.
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
|
||||
# Create your models here.
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
|
||||
# Create your tests here.
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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 include, path, re_path
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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.core.exceptions import PermissionDenied
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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 rest_framework.decorators import api_view, renderer_classes
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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.conf import settings
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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 rest_framework import serializers
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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 rest_framework import serializers
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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 rest_framework import serializers
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
|
||||
import datetime
|
||||
|
@ -1,15 +1,19 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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 django.contrib import admin
|
||||
|
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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.fields import AutoCompleteSelectMultipleField
|
||||
|
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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 typing import Optional
|
||||
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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 datetime import timedelta
|
||||
|
||||
|
31
club/urls.py
31
club/urls.py
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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
|
||||
|
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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"
|
||||
#
|
||||
|
||||
import csv
|
||||
|
@ -1,15 +1,19 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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 django.contrib import admin
|
||||
|
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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.conf import settings
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
import pytest
|
||||
from django.conf import settings
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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
|
||||
|
31
com/views.py
31
com/views.py
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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 datetime import timedelta
|
||||
|
@ -1,15 +1,19 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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
|
||||
|
30
core/apps.py
30
core/apps.py
@ -1,25 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2017
|
||||
# - Skia <skia@libskia.so>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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"
|
||||
#
|
||||
|
||||
import sys
|
||||
|
@ -1,3 +1,26 @@
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
from core.models import Page
|
||||
|
||||
|
||||
class FourDigitYearConverter:
|
||||
regex = "[0-9]{4}"
|
||||
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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 LookupChannel, register
|
||||
|
@ -1,15 +1,19 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
@ -1,15 +1,19 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
@ -1,26 +1,22 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2019
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
|
||||
|
@ -1,26 +1,22 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2017
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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"
|
||||
#
|
||||
|
||||
import os
|
||||
|
@ -1,26 +1,22 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2019
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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"
|
||||
#
|
||||
|
||||
import os
|
||||
|
@ -1,25 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2017
|
||||
# - Skia <skia@libskia.so>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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"
|
||||
#
|
||||
|
||||
import os
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
|
||||
import os
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
|
||||
import os
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
|
||||
import importlib
|
||||
|
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
## -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017,2018
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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"
|
||||
#
|
||||
import importlib
|
||||
import os
|
||||
|
@ -1,25 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
"""
|
||||
|
@ -1,26 +1,22 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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"
|
||||
#
|
||||
|
||||
import os
|
||||
|
@ -1,26 +1,22 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2017
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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"
|
||||
#
|
||||
|
||||
import os
|
||||
|
@ -1,26 +1,22 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2017
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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.conf import settings
|
||||
|
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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
|
||||
|
@ -1,15 +1,19 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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"
|
||||
#
|
||||
|
||||
import datetime
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
|
||||
import os
|
||||
|
31
core/urls.py
31
core/urls.py
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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, re_path, register_converter
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
|
||||
import os
|
||||
|
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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"
|
||||
#
|
||||
|
||||
import types
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
|
||||
# This file contains all the views that concern the page model
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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 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)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
"""
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
|
||||
# This file contains all the views that concern the page model
|
||||
|
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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"
|
||||
#
|
||||
|
||||
import json
|
||||
|
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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"
|
||||
#
|
||||
|
||||
# This file contains all the views that concern the user model
|
||||
|
@ -1,24 +1,19 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017,2019
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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 django.contrib import admin
|
||||
|
@ -1,25 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2019
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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.apps import AppConfig
|
||||
|
@ -1,3 +1,23 @@
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
from ajax_select import make_ajax_field
|
||||
from ajax_select.fields import AutoCompleteSelectField, AutoCompleteSelectMultipleField
|
||||
from django import forms
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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 __future__ import annotations
|
||||
|
||||
|
@ -1,25 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2019
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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.models.signals import pre_delete
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
import json
|
||||
import re
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
import json
|
||||
import re
|
||||
|
@ -1,15 +1,19 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
@ -1,15 +1,19 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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 django.contrib import admin
|
||||
|
@ -1,24 +1,22 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2022
|
||||
# - Maréchal <thgirod@hotmail.com
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# details.
|
||||
# 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"
|
||||
#
|
||||
# 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:
|
||||
|
@ -1,24 +1,22 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2022
|
||||
# - Maréchal <thgirod@hotmail.com
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# details.
|
||||
# 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"
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple
|
||||
# Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#
|
||||
#
|
||||
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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 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)
|
||||
# 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"
|
||||
#
|
||||
import hmac
|
||||
import typing
|
||||
|
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Maréchal <thgirod@hotmail.com
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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"
|
||||
#
|
||||
import base64
|
||||
import json
|
||||
|
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017, 2022
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Maréchal <thgirod@hotmail.com>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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, register_converter
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
|
||||
import base64
|
||||
|
@ -0,0 +1,19 @@
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
@ -1,3 +1,23 @@
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
from ajax_select import make_ajax_form
|
||||
from django.contrib import admin
|
||||
|
||||
|
@ -1,3 +1,23 @@
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
from django.db import models
|
||||
from django.utils import timezone
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
@ -1,4 +1,23 @@
|
||||
from django.conf import settings
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
from django.test import TestCase
|
||||
from django.urls import reverse
|
||||
|
||||
|
@ -1,3 +1,23 @@
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
from django.urls import path
|
||||
|
||||
from election.views import *
|
||||
|
@ -1,3 +1,23 @@
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
from ajax_select import make_ajax_field
|
||||
from ajax_select.fields import AutoCompleteSelectField
|
||||
from django import forms
|
||||
|
@ -1,15 +1,19 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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.contrib import admin
|
||||
|
@ -1,25 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017,2018
|
||||
# - Skia <skia@libskia.so>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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 datetime import datetime
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
|
||||
# Create your tests here.
|
||||
|
@ -1,25 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017,2018
|
||||
# - Skia <skia@libskia.so>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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
|
||||
|
@ -1,26 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
## -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2016,2017,2018
|
||||
# - Skia <skia@libskia.so>
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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
|
||||
|
@ -0,0 +1,19 @@
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
@ -1,25 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023
|
||||
# - Skia <skia@hya.sk>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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.apps import AppConfig
|
||||
|
@ -1,25 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023
|
||||
# - Skia <skia@hya.sk>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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"
|
||||
#
|
||||
import logging
|
||||
import warnings
|
||||
|
@ -1,25 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023
|
||||
# - Skia <skia@hya.sk>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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 __future__ import annotations
|
||||
|
@ -1,25 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023
|
||||
# - Skia <skia@hya.sk>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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"
|
||||
#
|
||||
|
||||
import json
|
||||
|
@ -1,25 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023
|
||||
# - Skia <skia@hya.sk>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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
|
||||
|
@ -1,25 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023
|
||||
# - Skia <skia@hya.sk>
|
||||
# Copyright 2023 © AE UTBM
|
||||
# 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,
|
||||
# http://ae.utbm.fr.
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# 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.
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# 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.
|
||||
# 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.models import Case, F, Q, Value, When
|
||||
|
@ -1,15 +1,19 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- 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 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)
|
||||
# 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"
|
||||
#
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user