mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-20 16:59:23 +00:00
.github
accounting
antispam
management
commands
__init__.py
update_spam_database.py
migrations
__init__.py
admin.py
apps.py
forms.py
models.py
club
com
core
counter
docs
eboutic
election
forum
galaxy
launderette
locale
matmat
pedagogy
rootplace
sas
sith
stock
subscription
trombi
.coveragerc
.envrc
.gitattributes
.gitignore
.mailmap
.pre-commit-config.yaml
CONTRIBUTING.rst
LICENSE
README.md
conftest.py
manage.py
mkdocs.yml
poetry.lock
pyproject.toml
* update_spam_database command to update suspicious domains from an external provider * Add a AntiSpamEmailField that deny emails from suspicious domains * Update documentation