fix django-admin command on docs/community/project-management.md

This commit is contained in:
Jufebrown 2018-10-03 09:31:26 -05:00
parent d921f4493c
commit 03c05b3fc6

View File

@ -152,7 +152,7 @@ When any user visible strings are changed, they should be uploaded to Transifex
# 1. Update the source django.po file, which is the US English version. # 1. Update the source django.po file, which is the US English version.
cd rest_framework cd rest_framework
django-admin.py makemessages -l en_US django-admin makemessages -l en_US
# 2. Push the source django.po file to Transifex. # 2. Push the source django.po file to Transifex.
cd .. cd ..
tx push -s tx push -s
@ -173,7 +173,7 @@ When a translator has finished translating their work needs to be downloaded fro
tx pull -a --minimum-perc 10 tx pull -a --minimum-perc 10
cd rest_framework cd rest_framework
# 4. Compile the binary .mo files for all supported languages. # 4. Compile the binary .mo files for all supported languages.
django-admin.py compilemessages django-admin compilemessages
--- ---