[Toaster] Django error with south_migrationhistory setting up a production instance
Murray Thomson
murraythomson123 at gmail.com
Mon Apr 18 01:30:08 PDT 2016
Hi,
I'm trying to set up a production instance in a Virtualbox running Ubuntu
14.04. I've followed the instructions in the wiki.
<https://wiki.yoctoproject.org/wiki/Setting_up_a_production_instance_of_Toaster>
I have found that git is missing as a dependency (it might not be a
dependency but it's needed later to clone poky)
On the step 1, you need sudo permissions to create /var/www/toaster (I then
changed the folder permissions with 'sudo chmod 777 /var/www/toaster -R'
On the step 5, the command
./bitbake/lib/toaster/manage.py migrate
fails with an error saying "Table
'toaster_data.sourth_migrationhistory' doesn't exist"
Using DJango 1.6. I've tried different versions of Django, changing
"SOUTH_TESTS_MIGRATE = True" in the settings.py file and also tried
Ubuntu 16.04 but I couldn't get around it.
I'm new to Django so I would appreciate if someone could point me in
the right direction.
Regards,
Murray
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/toaster/attachments/20160418/6c3a38a8/attachment.html>
More information about the toaster
mailing list