lino-framework/lino

Welfafe app installation problem

Closed this issue · 2 comments

When i pass the lsaffre@eb7a02c problem, now i have these:

welfaredemoapp$ ./manage.py initdb demo
.
.
..

lino.modlib.contacts.models.DoesNotExist: Problem installing fixture '/home/miltonlab/devlab/lino/welfare/lino_welfare/fixtures/demo.py': RoleType matching query does not exist.

My first guess: you just forgot the underscore:

$ ./manage.py initdb_demo # OK

$ ./manage.py initdb demo # WRONG

http://lino-framework.org/api/lino.management.commands.initdb_demo.html

Luc

On 30/05/14 20:38, MiltonLab wrote:

When i pass the eb7a02c
lsaffre@eb7a02c
problem, now i have these:

welfaredemoapp$ ./manage.py initdb demo
.
.
..

lino.modlib.contacts.models.DoesNotExist: Problem installing fixture
'/home/miltonlab/devlab/lino/welfare/lino_welfare/fixtures/demo.py':
RoleType matching query does not exist.


Reply to this email directly or view it on GitHub
https://github.com/lsaffre/lino/issues/15.

Oh i am sorry very much, i thinked it was tipografic error.