1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-19 15:43:45 +02:00
RPGnotes/Makefile

9 lines
209 B
Makefile
Raw Permalink Normal View History

2022-11-30 14:05:37 +01:00
.PHONY: things
all: makemessages compilemessages
2021-10-15 20:10:50 +02:00
makemessages:
2022-11-30 14:05:37 +01:00
python manage.py makemessages -l de --extension=html,txt,jinja,py --ignore "node_modules/*"
2021-11-25 14:00:11 +01:00
compilemessages:
python manage.py compilemessages