Explorar el Código

Remove nonexisting fixtures initial_role

Johannes Zellner hace 8 años
padre
commit
9d203c7da2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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