Add a script to doing the collectstatic run during apt configuration
This commit is contained in:
3
collect_static_resources
Executable file
3
collect_static_resources
Executable file
@@ -0,0 +1,3 @@
|
||||
#! /bin/bash
|
||||
|
||||
cd $(basedir $0) && django-admin.py collectstatic --noinput --settings=envs.aws --pythonpath=.
|
||||
Reference in New Issue
Block a user