Skip to content

Commit ce9faeb

Browse files
committed
Compile .mo files on pip install -e too.
1 parent c4d0370 commit ce9faeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
# When creating the sdist, make sure the django.mo file also exists:
11-
if 'sdist' in sys.argv:
11+
if 'sdist' in sys.argv or 'develop' in sys.argv:
1212
try:
1313
os.chdir('polymorphic_tree')
1414
from django.core.management.commands.compilemessages import compile_messages

0 commit comments

Comments
 (0)