From 1d680280e4d14ccaa3c8b702ab2489d1c64eeb97 Mon Sep 17 00:00:00 2001 From: FrancescoFdd5 Date: Sun, 12 Jan 2020 22:41:43 +0100 Subject: [PATCH] Updated Docker Installation (textile) --- Docker-Installation.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker-Installation.textile b/Docker-Installation.textile index 6278851..69eb931 100644 --- a/Docker-Installation.textile +++ b/Docker-Installation.textile @@ -53,6 +53,6 @@ docker container ls source venv/bin/activate git pull pip install -U -r conf/requirements.txt +python manage.py makemigrations python manage.py migrate - -# Check webvirtcloud/settings.py.template to see if there is new configs... If it is, then copy them to webvirtcloud/settings.py file \ No newline at end of file + \ No newline at end of file