소스 검색

Remove nonexisting fixtures initial_role

Johannes Zellner 8 년 전
부모
커밋
9d203c7da2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      start.sh

+ 0 - 1
start.sh

@@ -51,7 +51,6 @@ if [[ ! -d /app/data/media/user ]]; then
 
     python manage.py migrate --noinput
     python manage.py loaddata initial_project_templates
-    python manage.py loaddata initial_role
 else
     echo "==> Run migration scripts"
     python manage.py migrate --noinput