Skip to content

Commit a6200f8

Browse files
committed
Removed .py suffix to django-admin command
1 parent c225e53 commit a6200f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ clean:
55
git clean -Xfd
66

77
maketranslations:
8-
cd formtools; django-admin.py makemessages -a -v2
8+
cd formtools; django-admin makemessages -a -v2
99

1010
pulltranslations:
1111
tx pull -f -a --minimum-perc=1
1212

1313
compiletranslations:
14-
cd formtools; django-admin.py compilemessages
14+
cd formtools; django-admin compilemessages
1515

1616
translations: pulltranslations maketranslations compiletranslations
1717
@echo "Pulling, making and compiling translations"

0 commit comments

Comments
 (0)