mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-02-06 08:13:03 +00:00
Ignore venv and tox when compiling translations
This commit is contained in:
parent
1b848eede9
commit
1bf9668315
@ -2,7 +2,7 @@
|
|||||||
# This will launch the Django project as a fastcgi socket
|
# This will launch the Django project as a fastcgi socket
|
||||||
# then Apache or NGINX will be able to use that socket
|
# then Apache or NGINX will be able to use that socket
|
||||||
|
|
||||||
python manage.py compilemessages
|
python manage.py compilemessages -i ".tox" -i "venv"
|
||||||
python manage.py makemigrations
|
python manage.py makemigrations
|
||||||
|
|
||||||
# Wait for database
|
# Wait for database
|
||||||
|
Loading…
x
Reference in New Issue
Block a user