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

2021-05-05 Thread Mike Dewhirst
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) To: Django users Subject: Re: Admin layo

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

2021-05-05 Thread Derek
at 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 &

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

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

2021-05-04 Thread Mike Dewhirst
(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." This is what I use Django Sui

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

2021-05-03 Thread Chetan Ganji
; > 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) > To: Django users

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

2021-05-03 Thread Mike Dewhirst
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 vertical sidebar with the same

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

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

2021-05-03 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

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