send mail to inactive users

This commit is contained in:
imperosol
2024-10-06 22:24:20 +02:00
parent 6a64e05247
commit 5a8052ae47
10 changed files with 541 additions and 207 deletions

View File

@ -0,0 +1,7 @@
import pytest
@pytest.mark.django_db
def test_account_dump():
# TODO write the fucking test
pass