From 94db7b06e64d0c1cf66ff474d7f3fda02d872a86 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Sat, 19 Sep 2020 13:14:41 +0200 Subject: [PATCH] Replace deprecated `django-admin.py` with `django-admin` in CONTRIBUTING.rst --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 23b903b..17c28b3 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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