5 lines
99 B
Bash
5 lines
99 B
Bash
#!/bin/sh
|
|
|
|
python manage.py collectstatic
|
|
python manage.py compilemessages --locale=en --locale=es
|