Ver código fonte

Remove nonexisting fixtures initial_role

Johannes Zellner 8 anos atrás
pai
commit
9d203c7da2
1 arquivos alterados com 0 adições e 1 exclusões
  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