Remove settings deprecations

This commit is contained in:
Eden Kirin
2023-09-21 09:18:22 +02:00
parent ec306b38fe
commit 400e4d393e
4 changed files with 9 additions and 42 deletions

View File

@ -50,10 +50,6 @@ EMAIL_RECIPIENT=someone@somewhere.com
EMAIL_SENDER=root@localhost
# Tests
TESTS_DB_HOST=localhost
TESTS_DB_PORT=5432
TESTS_DB_NAME=test_db-name
TESTS_DB_USER=db-user
TESTS_DB_PASSWORD=db-password
TESTS_DROP_DATABASE_BEFORE_TESTS=True
TESTS_DROP_DATABASE_AFTER_TESTS=True