From 51fa039b290b3909154bfed55f4a5af5caf25690 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 24 Mar 2011 11:39:18 +0100 Subject: [PATCH] no more loaddata needed --- vm/firstboot.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/vm/firstboot.sh b/vm/firstboot.sh index ae3362d9..09c9c7fd 100755 --- a/vm/firstboot.sh +++ b/vm/firstboot.sh @@ -39,7 +39,6 @@ EOF cd /srv/pandora/pandora sudo -u pandora python manage.py syncdb --noinput -sudo -u pandora python manage.py loaddata fixtures/0xdb_properties.json echo "UPDATE django_site SET domain = 'pandora.local', name = 'pandora.local' WHERE 1=1;" | sudo -u pandora python manage.py dbshell mkdir /srv/pandora/data