-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
159 changed files
with
1,621 additions
and
1,341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# All contributors are listed in the CONTRIBUTORS file. | ||
# | ||
# This file is part of the website of the UTBM Student Association (AE UTBM), | ||
# https://ae.utbm.fr. | ||
# | ||
# You can find the source code of the website at https://github.com/ae-utbm/sith3 | ||
# You can find the whole source code at https://github.com/ae-utbm/sith3 | ||
# | ||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) | ||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE | ||
# OR WITHIN THE LOCAL FILE "LICENSE" | ||
# | ||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, | ||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old | ||
# OR WITHIN THE LOCAL FILE "LICENSE.old" | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# All contributors are listed in the CONTRIBUTORS file. | ||
# | ||
# This file is part of the website of the UTBM Student Association (AE UTBM), | ||
# https://ae.utbm.fr. | ||
# | ||
# You can find the source code of the website at https://github.com/ae-utbm/sith3 | ||
# You can find the whole source code at https://github.com/ae-utbm/sith3 | ||
# | ||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) | ||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE | ||
# OR WITHIN THE LOCAL FILE "LICENSE" | ||
# | ||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, | ||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old | ||
# OR WITHIN THE LOCAL FILE "LICENSE.old" | ||
# | ||
|
||
from django.contrib import admin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# All contributors are listed in the CONTRIBUTORS file. | ||
# | ||
# This file is part of the website of the UTBM Student Association (AE UTBM), | ||
# https://ae.utbm.fr. | ||
# | ||
# You can find the source code of the website at https://github.com/ae-utbm/sith3 | ||
# You can find the whole source code at https://github.com/ae-utbm/sith3 | ||
# | ||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) | ||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE | ||
# OR WITHIN THE LOCAL FILE "LICENSE" | ||
# | ||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, | ||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old | ||
# OR WITHIN THE LOCAL FILE "LICENSE.old" | ||
# | ||
|
||
from decimal import Decimal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# All contributors are listed in the CONTRIBUTORS file. | ||
# | ||
# This file is part of the website of the UTBM Student Association (AE UTBM), | ||
# https://ae.utbm.fr. | ||
# | ||
# You can find the source code of the website at https://github.com/ae-utbm/sith3 | ||
# You can find the whole source code at https://github.com/ae-utbm/sith3 | ||
# | ||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) | ||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE | ||
# OR WITHIN THE LOCAL FILE "LICENSE" | ||
# | ||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, | ||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old | ||
# OR WITHIN THE LOCAL FILE "LICENSE.old" | ||
# | ||
|
||
from datetime import date, timedelta | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# All contributors are listed in the CONTRIBUTORS file. | ||
# | ||
# This file is part of the website of the UTBM Student Association (AE UTBM), | ||
# https://ae.utbm.fr. | ||
# | ||
# You can find the source code of the website at https://github.com/ae-utbm/sith3 | ||
# You can find the whole source code at https://github.com/ae-utbm/sith3 | ||
# | ||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) | ||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE | ||
# OR WITHIN THE LOCAL FILE "LICENSE" | ||
# | ||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, | ||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old | ||
# OR WITHIN THE LOCAL FILE "LICENSE.old" | ||
# | ||
|
||
from django.urls import path | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# All contributors are listed in the CONTRIBUTORS file. | ||
# | ||
# This file is part of the website of the UTBM Student Association (AE UTBM), | ||
# https://ae.utbm.fr. | ||
# | ||
# You can find the source code of the website at https://github.com/ae-utbm/sith3 | ||
# You can find the whole source code at https://github.com/ae-utbm/sith3 | ||
# | ||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) | ||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE | ||
# OR WITHIN THE LOCAL FILE "LICENSE" | ||
# | ||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, | ||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old | ||
# OR WITHIN THE LOCAL FILE "LICENSE.old" | ||
# | ||
|
||
import collections | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# All contributors are listed in the CONTRIBUTORS file. | ||
# | ||
# This file is part of the website of the UTBM Student Association (AE UTBM), | ||
# https://ae.utbm.fr. | ||
# | ||
# You can find the source code of the website at https://github.com/ae-utbm/sith3 | ||
# You can find the whole source code at https://github.com/ae-utbm/sith3 | ||
# | ||
# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) | ||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE | ||
# OR WITHIN THE LOCAL FILE "LICENSE" | ||
# | ||
# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, | ||
# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old | ||
# OR WITHIN THE LOCAL FILE "LICENSE.old" | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# -*- coding:utf-8 -* | ||
# -*- coding:utf-8 -*- | ||
# | ||
# Copyright 2023 © AE UTBM | ||
# [email protected] / [email protected] | ||
# 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 | ||
|
Oops, something went wrong.