^
This commit is contained in:
parent
caef7d3cac
commit
5e65c10f92
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue