소스 검색

Сorrecting the creation of migrations

Anton Moiseenko 1 년 전
부모
커밋
4f085c74dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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