Changes between Version 1 and Version 2 of Ticket #36496, comment 6


Ignore:
Timestamp:
Jul 9, 2025, 10:20:15 AM (2 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36496, comment 6

    v1 v2  
    11> 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.
    22
    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
     5I missed that part
     6
     7> Setting `DATABASES['<alias>']['TEST']['NAME']` does not seem to solve this either.
     8
     9I think we can accept on the basis that `TEST.NAME` should work.
Back to Top