Re: Admin layout getting too bulky - what to do?

2021-05-05 Thread Mike Dewhirst
op. Hope that clarifies what I meant despite what I said :-) I'll  have a look at Django suit in the morning. Thanks for the heads up. Cheers Mike -- (Unsigned mail from my phone) Original message From: Derek Date: 3/5/21 19:42 (

Re: Admin layout getting too bulky - what to do?

2021-05-05 Thread Derek
to the top. > > Hope that clarifies what I meant despite what I said :-) > > I'll have a look at Django suit in the morning. Thanks for the heads up. > > Cheers > > Mike > > > > -- > (Unsigned mail from my phone) > > > > -------- Original me

Re: Admin layout getting too bulky - what to do?

2021-05-04 Thread Mike Dewhirst
On 3/05/2021 7:42 pm, Derek wrote: Re "So my need is for a fixed vertical sidebar with the same links which take you to the same list pages." This is what I use Django Suit for -  it can be located at the top or side and remains in place across all admin pages. You can add your own items to t

Re: Admin layout getting too bulky - what to do?

2021-05-04 Thread Mike Dewhirst
.com>> Date: 3/5/21 19:42 (GMT+10:00) To: Django users mailto:django-users@googlegroups.com>> Subject: Re: Admin layout getting too bulky - what to do? Re "So my need is for a fixed vertical sidebar with the same links which take you to the same list pages."

Re: Admin layout getting too bulky - what to do?

2021-05-03 Thread Chetan Ganji
what I said :-) > > I'll have a look at Django suit in the morning. Thanks for the heads up. > > Cheers > > Mike > > > > -- > (Unsigned mail from my phone) > > > > ---- Original message ---- > From: Derek > Date: 3/5/21 19:42 (GMT+10:00

Re: Admin layout getting too bulky - what to do?

2021-05-03 Thread Mike Dewhirst
ook at Django suit in the morning. Thanks for the heads up.CheersMike --(Unsigned mail from my phone) Original message From: Derek Date: 3/5/21 19:42 (GMT+10:00) To: Django users Subject: Re: Admin layout getting too bulky - what to do? Re "So my need is for a fixed vertic

Re: Admin layout getting too bulky - what to do?

2021-05-03 Thread Derek
Re "So my need is for a fixed vertical sidebar with the same links which take you to the same list pages." This is what I use Django Suit for - it can be located at the top or side and remains in place across all admin pages. You can add your own items to the menu (and these can point to non-

Re: Admin layout getting too bulky - what to do?

2021-05-02 Thread Mike Dewhirst
OK - I've now looked at some Django Admin templating systems and they all seem to solve a different problem than the one I need to ... which is ... Consider the Admin main menu seen at the /admin url after login. If you click any of the links they take you to a single page with a list of reco

Admin layout getting too bulky - what to do?

2021-05-02 Thread Mike Dewhirst
My project has a central table with many 1:n and n:m sub-tables. I mean lots of them. It takes forever to keep scrolling up and down the page to find the section of interest and then maybe scroll through some records in that section before clicking (SHOW) to reveal data. Is there a way I can d