Revert "chore: remove bok-choy settings"

This commit is contained in:
Robert Raposa
2023-10-31 15:27:44 -04:00
committed by GitHub
parent eec67f4799
commit 083ccbf09b
37 changed files with 2079 additions and 18 deletions

View File

@@ -1,6 +1,10 @@
"""
Settings used when generating static assets for use in tests.
For example, Bok Choy uses two different settings files:
1. test_static_optimized is used when invoking collectstatic
2. bok_choy is used when running CMS and LMS
Note: it isn't possible to have a single settings file, because Django doesn't
support both generating static assets to a directory and also serving static
from the same directory.