Changes between Version 1 and Version 2 of Ticket #36496, comment 6
- Timestamp:
- Jul 9, 2025, 10:20:15 AM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36496, comment 6
v1 v2 1 1 > Personally I'd be happy if there was at least a way to specify where Django should store the files, but there seems to be no other option than to use the current working dir. 2 2 3 Have you tried using the explicit `TEST.NAME` [https://docs.djangoproject.com/en/5.2/ref/settings/#std-setting-TEST_NAME setting]? 3 ~~Have you tried using the explicit `TEST.NAME` [https://docs.djangoproject.com/en/5.2/ref/settings/#std-setting-TEST_NAME setting]?~~ 4 5 I missed that part 6 7 > Setting `DATABASES['<alias>']['TEST']['NAME']` does not seem to solve this either. 8 9 I think we can accept on the basis that `TEST.NAME` should work.