diff --git a/Readme.md b/Readme.md index 2b32b062..7542c13a 100644 --- a/Readme.md +++ b/Readme.md @@ -54,3 +54,8 @@ Fügt alle Staticfiles in die Assets hinzu: python3 fet2020/manage.py collectstatic + +Überprüft, ob die Software bereit für die Produktion ist. + +python3 fet2020/manage.py check --deploy +