authentic: update manage command (#70368)

This commit is contained in:
Serghei Mihai 2022-10-17 17:22:52 +02:00
parent 87b7e9ca21
commit 11432c0e77
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ app_name: authentic
compile_scss: false
compile_translations: true
db_name: "{{apps['authentic']['db_name']}}"
manage_cmd: "{{venv_py3_python}} {{src_dir}}/authentic/authentic2-ctl"
manage_cmd: "{{venv_py3_python}} {{src_dir}}/authentic/manage.py"
nginx_host_pattern: "{{apps['authentic']['nginx_host_pattern']}}"
nginx_template_name: "std-nginx-server.j2"
project_name: "{{apps['authentic']['project_name']}}"