Version : Koa
I found the static file 404 error in LMS administration (https://lms/admin).
I do :
python manage.py lms --settings=production collectstatic --noinput;
When the command is done , the CMS administration (https://cms/admin) has static file 404 error.
(Before I do the lms’s collectstatic cmd , the CMS administration is good.)
I do :
python manage.py cms --settings=production collectstatic --noinput;
After cms collectstatic cmd is done , the LMS administration has static file 404 error .
Is there anyone meet this problem ? How should I do to fix this?