* manage.py collectstatic throws error no South database
@ 2015-06-26 10:58 Daniel Kuhne
2015-07-01 15:55 ` Michael Wood
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Kuhne @ 2015-06-26 10:58 UTC (permalink / raw)
To: toaster
[-- Attachment #1: Type: text/plain, Size: 278 bytes --]
Hi, i am getting error:
poky/bitbake/lib/toaster/manage.py collectstatic
There is no South database module 'south.db.sqlite3' for your database.
Please either choose a supported database, check for
SOUTH_DATABASE_ADAPTER[S] settings, or remove South from INSTALLED_APPS.
[-- Attachment #2: Type: text/html, Size: 326 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: manage.py collectstatic throws error no South database
2015-06-26 10:58 manage.py collectstatic throws error no South database Daniel Kuhne
@ 2015-07-01 15:55 ` Michael Wood
0 siblings, 0 replies; 2+ messages in thread
From: Michael Wood @ 2015-07-01 15:55 UTC (permalink / raw)
To: toaster
On 26/06/15 11:58, Daniel Kuhne wrote:
> Hi, i am getting error:
>
> poky/bitbake/lib/toaster/manage.py collectstatic
> There is no South database module 'south.db.sqlite3' for your
> database. Please either choose a supported database, check for
> SOUTH_DATABASE_ADAPTER[S] settings, or remove South from INSTALLED_APPS.
>
>
>
Hi Daniel,
Are you using Django (1.6) ?
We have a requirements.txt file which lists the python modules we use in
poky/bitbake/requirements.txt
Our recommened setup is to use virtualenv, activate it and then install
the dependencies using `pip install -r poky/bitbake/requirements.txt`
this means that the python modules on the distro do not conflict with
the versions which we currently test on.
e.g.
cd ./poky
virtualenv venv
source venv/bin/activate
pip install -r ./bitbake/requirements.txt
We also recommend using the fido release of poky (git checkout fido) if
you aren't already, as Toaster in current poky master is going through a
lot of changes at the moment and the documentation for toaster has not
yet been updated.
Thanks,
Michael
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-01 15:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-26 10:58 manage.py collectstatic throws error no South database Daniel Kuhne
2015-07-01 15:55 ` Michael Wood
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.