for some reason it worked right after I saved it again and reloaded a
couple times (I only removed a couple comments I didn't fiddle with the
code. One doesn't need the requires=IS_IN_DB(db,'db.country')
sry for the trouble.
On Wednesday, April 11, 2012 2:51:37 PM UTC+2, BlueShadow wrote:
>
> Hi I like to extend my auth_user tables to include the country and the sex
> of the user.
> if I do so byauth.settings.extra_fields['auth_user']= [
> Field('country', 'reference country'),
> Field('sex', 'reference sex')
> ]
> I dont get a drob down menu like when I do it with normal db tables when I
> try to add requires=IS_IN_DB(db,'db.country') I get an error message for
> the db
> Anyone knows what I did wrong?
>
>