mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 20:09:25 +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
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
# Register your models here.
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
# Create your models here.
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
# Create your tests here.
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
from django.urls import include, path, re_path
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
from django.core.exceptions import PermissionDenied
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
from rest_framework.decorators import api_view, renderer_classes
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
from django.conf import settings
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
from rest_framework import serializers
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
from rest_framework import serializers
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
from rest_framework import serializers
|
||||
|
@ -1,17 +1,21 @@
|
||||
# -*- coding:utf-8 -*
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright 2023 © AE UTBM
|
||||
# ae@utbm.fr / ae.info@utbm.fr
|
||||
# All contributors are listed in the CONTRIBUTORS file.
|
||||
#
|
||||
# This file is part of the website of the UTBM Student Association (AE UTBM),
|
||||
# https://ae.utbm.fr.
|
||||
#
|
||||
# You can find the source code of the website at https://github.com/ae-utbm/sith3
|
||||
# You can find the whole source code at https://github.com/ae-utbm/sith3
|
||||
#
|
||||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3)
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE"
|
||||
#
|
||||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE,
|
||||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old
|
||||
# OR WITHIN THE LOCAL FILE "LICENSE.old"
|
||||
#
|
||||
|
||||
import datetime
|
||||
|
Reference in New Issue
Block a user