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