There was an error while loading. Please reload this page.
pip install -e
1 parent c4d0370 commit ce9faebCopy full SHA for ce9faeb
setup.py
@@ -8,7 +8,7 @@
8
9
10
# When creating the sdist, make sure the django.mo file also exists:
11
-if 'sdist' in sys.argv:
+if 'sdist' in sys.argv or 'develop' in sys.argv:
12
try:
13
os.chdir('polymorphic_tree')
14
from django.core.management.commands.compilemessages import compile_messages
0 commit comments