Replace deprecated django-admin.py with django-admin in CONTRIBUTING.rst

This commit is contained in:
Hasan Ramezani 2020-09-19 13:14:41 +02:00 committed by Asif Saif Uddin
parent fed287e6fb
commit 94db7b06e6

View file

@ -47,7 +47,7 @@ Translations
If you are able to provide translations for a new language or to update an
existing translation file, make sure to run makemessages beforehand::
python django-admin.py makemessages -l ISO_LANGUAGE_CODE
python django-admin makemessages -l ISO_LANGUAGE_CODE
This command will collect all translation strings from the source directory
and create or update the translation file for the given language. Now open the