mirror of
https://github.com/YunoHost-Apps/pytition_ynh.git
synced 2024-09-03 20:16:08 +02:00
Update install
This commit is contained in:
parent
433e697778
commit
1aba6a6b80
1 changed files with 1 additions and 2 deletions
|
@ -88,8 +88,7 @@ ynh_exec_as $app bash -c "
|
|||
python3 manage.py migrate
|
||||
python3 manage.py collectstatic
|
||||
python3 manage.py compilemessages
|
||||
DJANGO_SUPERUSER_PASSWORD='$password' \
|
||||
python3 manage.py createsuperuser --noinput --username $admin --email $email --password '$password'
|
||||
DJANGO_SUPERUSER_PASSWORD='$password' python3 manage.py createsuperuser --noinput --username $admin --email $email
|
||||
"
|
||||
|
||||
chmod 750 "$install_dir/static"
|
||||
|
|
Loading…
Reference in a new issue