Use the correct command to get the directory name when running collectstatic
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#! /bin/bash
|
||||
|
||||
cd $(basedir $0) && django-admin.py collectstatic --noinput --settings=envs.aws --pythonpath=.
|
||||
cd $(dirname $0) && django-admin.py collectstatic --noinput --settings=envs.aws --pythonpath=.
|
||||
|
||||
Reference in New Issue
Block a user