Specifically, after setting MULTI_USER_MODE to True in 0.py. It's not clear what should be done next. Here are some problems:
+ After creating the first account (is this supposed to be the "admin" account?), the first account user does not have permission to edit existing apps. + The second account can not log in, pending registration approval. How can I approve registrations? On Feb 16, 4:17 pm, VP <[email protected]> wrote: > >> admin has MULTI_USER_MODE (admin/models/0.py) > > Can you show how to use this? It's not clear how to invoke this > feature and use it from the admin panel. > > Thanks. > > On Feb 16, 8:52 am, Massimo Di Pierro <[email protected]> > wrote: > > > changelog: > > > much improved routing (thanks Jonathan) > > Expression.__mod__ (thanks Denes) > > admin has MULTI_USER_MODE (admin/models/0.py) > > support for count(distinct=...) > > has_permissions(...,group_id) > > IS_MATCH(...,strict=True) > > URL(...,scheme=,host=,port=), thanks Jonathan > > admin in Afrikaans, thanks Caleb > > auth.signature (experimental) > > many bug fixes > > > please test it and report any issue. > > > Massimo > >

