mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Replace deprecated django-admin.py with django-admin in CONTRIBUTING.rst
This commit is contained in:
parent
fed287e6fb
commit
94db7b06e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue