forked from github/pretix-servicefees
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):
|
class CustomBuild(build):
|
||||||
def run(self):
|
def run(self):
|
||||||
management.call_command('compilemessages', verbosity=1, interactive=False)
|
management.call_command('compilemessages', verbosity=1)
|
||||||
build.run(self)
|
build.run(self)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue