compile messages build step

This commit is contained in:
jonaswinkler
2021-01-02 01:57:26 +01:00
parent 820920839d
commit 729e5ee0e1
3 changed files with 11 additions and 0 deletions

View File

@@ -292,6 +292,9 @@ writing. Windows is not and will never be supported.
# This creates the database schema.
python3 manage.py migrate
# This creates the translation files for paperless.
python3 manage.py compilemessages
# This creates your first paperless user
python3 manage.py createsuperuser