This commit is contained in:
2022-04-27 10:27:04 +00:00
parent 876b426c37
commit 1237ddac54

View File

@@ -54,3 +54,8 @@ Fügt alle Staticfiles in die Assets hinzu:
<code> <code>
python3 fet2020/manage.py collectstatic python3 fet2020/manage.py collectstatic
</code> </code>
Überprüft, ob die Software bereit für die Produktion ist.
<code>
python3 fet2020/manage.py check --deploy
</code>