Add tests for accounts, and fix allowing user to delete friend code with active trade offers and in-game-name not being set on signup

This commit is contained in:
badblocks 2025-03-26 14:25:09 -07:00
parent 65ca344582
commit 23d334c596
6 changed files with 658 additions and 10 deletions

View file

@ -55,7 +55,7 @@ INSTALLED_APPS = [
"accounts",
"cards",
"home",
"trades.apps.TradesConfig",
"trades",
"meta",
]