Skip to content
Snippets Groups Projects
Unverified Commit 9921db89 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Run steps after installation.

parent 46a09014
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ case "$1" in ...@@ -15,6 +15,8 @@ case "$1" in
done done
remove_pip_metadata remove_pip_metadata
poetry run ./manage.py migrate poetry run ./manage.py migrate
poetry run ./manage.py compilemessages
poetry run ./manage.py collectstatic
;; ;;
*) *)
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment