call createcachetable

This commit is contained in:
j 2019-02-15 15:00:23 +05:30
parent e0163ed881
commit ca54761f22
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ chown -R $PANDORA:$PANDORA /srv/pandora
echo "Initialize database..."
cd /srv/pandora/pandora
$MANAGE init_db
$MANAGE createcachetable
echo "UPDATE django_site SET domain = '$HOST.local', name = '$HOST.local' WHERE 1=1;" | $MANAGE dbshell
/srv/pandora/ctl install