This commit is contained in:
Vague Rabbit 2021-02-04 03:08:18 -08:00
parent caef7d3cac
commit 5e65c10f92

View file

@ -307,11 +307,11 @@ else
fi fi
# #
if [ "$STATIC_URL" = "" ]; then if [ "$STATIC_URL" = "" ]; then
APIURI="/static/" STATIC_URL="/static/"
fi fi
# #
if [ "$MEDIA_URL" = "" ]; then if [ "$MEDIA_URL" = "" ]; then
APIURI="/media/" MEDIA_URL="/media/"
fi fi
######################################################################################### #########################################################################################