Explorar o código

Сorrecting the creation of migrations

Anton Moiseenko hai 1 ano
pai
achega
4f085c74dc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      install_unix.sh

+ 1 - 1
install_unix.sh

@@ -23,7 +23,7 @@ python3 -m venv env
 source env/bin/activate
 pip3 install --upgrade pip
 pip3 install -r requirements.txt
-python3 manage.py makemigrations
+python3 manage.py makemigrations SharixAdmin design-template metaservicesynced sharix-open-config tickets webservice_running
 python3 manage.py migrate
 python3 manage.py collectstatic
 #python3 manage.py createsuperuser