added functional_tests to installed apps in core.settings (but only when debug is true); created management dir to contain new django cmds & listed in .dockerignore; created management.create_session cmd; recreated container.db.sqlite3; tweaked test_server setup in functional_tests.base; added test_server failsafe to magic link login testing in .test_login

This commit is contained in:
Disco DeDisco
2026-02-03 14:54:37 -05:00
parent 3fdd07e003
commit 55bb589f61
9 changed files with 37 additions and 5 deletions

View File

@@ -1 +1,2 @@
src/db.sqlite3
src/functional_tests/management