Export JS translation files as static files
This commit is contained in:
parent
23243e09bb
commit
b9d49d53f2
10 changed files with 156 additions and 15 deletions
|
|
@ -14,6 +14,7 @@ fi
|
|||
# Set up Django project
|
||||
python3 manage.py collectstatic --noinput
|
||||
python3 manage.py compilemessages
|
||||
python3 manage.py compilejsmessages
|
||||
python3 manage.py migrate
|
||||
|
||||
if [ "$1" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue