mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-13 02:34:21 +01:00
Django 2.1
This commit is contained in:
parent
7a651a0e09
commit
0c26c850e2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ except:
|
|||
|
||||
class CustomBuild(build):
|
||||
def run(self):
|
||||
management.call_command('compilemessages', verbosity=1, interactive=False)
|
||||
management.call_command('compilemessages', verbosity=1)
|
||||
build.run(self)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue