We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b3840 commit 0de55d5Copy full SHA for 0de55d5
README.rst
@@ -81,6 +81,13 @@ Install and run locally from a virtual environment
81
82
python -m manage loaddata dev_sites
83
84
+#. Compile .po files to .mo files for translations::
85
+
86
+ make compilemessages
87
88
+ This only needs to happen once to support running the locale tests
89
+ locally.
90
91
#. For docs (next step requires ``gettext``)::
92
93
python -m manage loaddata doc_releases
0 commit comments