fix inital database creation
This commit is contained in:
parent
ab9b5adc92
commit
5392750348
5 changed files with 58 additions and 12 deletions
2
README
2
README
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue