Re: Developing an SPA version of Django admin

2021-10-16 Thread Asif Saif Uddin
Hi guys, the django admin still need to dogfood many new django features. we can start with that. for reference you can check django-admin2. thanks, Asif On Sunday, October 17, 2021 at 2:36:16 AM UTC+6 Christian González wrote: > Hello, > > my 2 cents here. I've searched for years to find "the

Re: Redirect type selection in django.contrib.redirects

2021-10-16 Thread Niccolò Mineo
I just opened a ticket with the related PR: https://code.djangoproject.com/ticket/33206 Il giorno mercoledì 6 ottobre 2021 alle 23:55:51 UTC+2 Adam Johnson ha scritto: > This seems like a reasonable addition to me. > > On Fri, 24 Sept 2021 at 08:08, Niccolò Mineo wrote: > >> Hi. The marketing

Re: Developing an SPA version of Django admin

2021-10-16 Thread Christian González
Hello, my 2 cents here. I've searched for years to find "the right" frontend for Django. Tried, React, Angular, Vue, Svelte, and many others, even developed GDAPS, a Django plugin system with flexible optional frontend integration optionally (Vue only ATM - but the frontend integration is stu

Re: Proposed change in ORM model save logic

2021-10-16 Thread Barry Johnson
On Friday, October 15, 2021 at 12:39:52 PM UTC-5 pyt...@ian.feete.org wrote: > You set out a good case, it's much easier to understand the "why" here than in the original ticket. Yes. It was hard to compress the matter down small enough to reasonably fit in a Trac entry, so skipped the vast ma

Re: Developing an SPA version of Django admin

2021-10-16 Thread quest...@gmail.com
I have project similar to Django admin, implemented with Knockout.js: https://github.com/Dmitri-Sintsov/django-jinja-knockout Today probably it would be preferable to use "vanilla ES6" or Svelte, because these options would minimize the dependence on third party libraries and bundlers, it would