fix inital database creation

This commit is contained in:
j 2012-11-27 16:10:17 +01:00
commit 5392750348
5 changed files with 58 additions and 12 deletions

2
README
View file

@ -97,7 +97,9 @@ Important: "use_your_own" is a password and you have to use the same value here
su pandora
cd /srv/pandora/pandora
./manage.py syncdb --noinput
./manage.py migrate
./manage.py sqlfindindex | ./manage.py dbshell
./manage.py sync_itemsort
./manage.py collectstatic -l --noinput
./manage.py update_static
./manage.py compile_pyc