chore: remove all reference for bok-choy

This commit is contained in:
salman2013
2023-09-28 16:05:15 +05:00
parent 875de8eb71
commit a763287152
5 changed files with 2 additions and 12 deletions

View File

@@ -1,10 +1,6 @@
"""
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.