1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2025-04-28 23:20:59 +00:00

initial commit

This commit is contained in:
Franzi 2021-11-20 09:05:08 +01:00
commit bdf7281b74
Signed by: kunsi
GPG key ID: 12E3D2136B818350
21 changed files with 563 additions and 0 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
all: localecompile
localecompile:
django-admin compilemessages
localegen:
django-admin makemessages -l de_DE -i build -i dist -i "*egg*"