Re: Django's automatic admin interface.

2023-04-19 Thread David Sanders
Hi Dipankar, Not being rude but serious question: What's the latest front end technology? :) On Wed, 19 Apr 2023, 7:27 pm Dipankar, wrote: > Is there any plan to replace Django's automatic admin interface with the > latest front end technology? > There are several packages available but what if

Re: Django's automatic admin interface.

2023-04-19 Thread Dipankar
Sorry if my question is wrong.. .. Not exactly technology I wanted to know about the frontend framework like tailwindCSS,react or Vue. In nutshell I want admin interface with tailwindCSS/React/Vue. any suggestion ? On Wed, Apr 19, 2023 at 3:01 PM David Sanders wrote: > Hi Dipankar, > > Not bein

Re: Django's automatic admin interface.

2023-04-19 Thread Tom Carrick
IMO, if we were going to modernise the admin (which is laudable), it wouldn't be by using JS frameworks or Tailwind, but by simplifying things further, by removing the last bits of JQuery, simplifying the HTML and making it more semantic, and rewriting the CSS to use a grid based layout and cut dow

RE: Django's automatic admin interface.

2023-04-19 Thread Matthew Pava
@googlegroups.com Subject: Re: Django's automatic admin interface. IMO, if we were going to modernise the admin (which is laudable), it wouldn't be by using JS frameworks or Tailwind, but by simplifying things further, by removing the last bits of JQuery, simplifying the HTML and making it more

Re: Django's automatic admin interface.

2023-04-20 Thread Dipankar
ers@googlegroups.com > *Subject:* Re: Django's automatic admin interface. > > > > IMO, if we were going to modernise the admin (which is laudable), it > wouldn't be by using JS frameworks or Tailwind, but by simplifying things > further, by removing the last bits