All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Wood <michael.g.wood@intel.com>
To: toaster@yoctoproject.org
Subject: Re: manage.py collectstatic throws error no South database
Date: Wed, 01 Jul 2015 16:55:32 +0100	[thread overview]
Message-ID: <55940D74.7010102@intel.com> (raw)
In-Reply-To: <CABEeoJXyGDhU0NsSPQDybEcbrv36nP5xv3toGbBZ0DjBMFHjiA@mail.gmail.com>

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






      reply	other threads:[~2015-07-01 15:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-26 10:58 manage.py collectstatic throws error no South database Daniel Kuhne
2015-07-01 15:55 ` Michael Wood [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55940D74.7010102@intel.com \
    --to=michael.g.wood@intel.com \
    --cc=toaster@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.