Commit a6343bc
fix: use manage.py instead of python -m django in test workflow
python -m django doesn't set DJANGO_SETTINGS_MODULE, causing
ImproperlyConfigured error. manage.py sets it correctly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c6bf161 commit a6343bc
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments