Open lmsdscav opened 2 years ago
if you update it lately. you should run python manage.py makemigrations; python manage.py migrate
commands
I have the same problem on clean ubuntu 20.04 installation.
Debug=true shows missing instances_instance.drbd column in sqlite database. After fresh installation! python3 manage.py migrate was usefull for me.
srv1:/srv/webvirtcloud# python3 manage.py migrate
Traceback (most recent call last):
File "/srv/webvirtcloud/manage.py", line 21, in
Debian 11
SOLVED 134 pip install django-bootstrap5 135 python3 manage.py migrate 136 pip install django-icons 137 python3 manage.py migrate
@gilbertoferreira you should install requirements with pip3 install -r conf/requirements.txt
.
@gilbertoferreira you should install requirements with
pip3 install -r conf/requirements.txt
.
Yes! I do that following the installation instructions. But nevertheless after install it give the 500 error! Just solved after do the above
it says 500 error if i opened user configuration. and it will also be 500 if i connected ssh and opened "Instances" tab.
How can i fix it?:( ![Uploading Screenshot_20220626-165515381.png…]()