Re: deep frontend integration

2021-01-21 Thread Christian González
Ah, I forgot something: * the Dj dev server serves static files "from their locations", e.g. the apps' static directories, which is great for developing with templates, but can not be used with a frontend framework, as this framework needs to be compiled *afterwords*. * when going into prod,

deep frontend integration

2021-01-21 Thread Christian González
Hello Django community, caution: long post, TL;DR at the bottom. in the past months, I tried much about tightly integrating a Js frontend framework into a bigger Django application. I already introduced GDAPS, a Django plugin system, where I want to have Dj apps bring their own frontend code

Re: Polymorphics relationship

2021-01-21 Thread Tim Graham
Search the archives of this mailing list for "polymorphic" to see past discussions. There hasn't been consensus that it needs to be in Django itself. There's already https://django-polymorphic.readthedocs.io/en/stable/. On Thursday, January 21, 2021 at 3:41:13 PM UTC-5 jonnath...@gmail.com wrot

Re: Polymorphics relationship

2021-01-21 Thread Tom Forbes
Hey, when proposing a feature it helps to give an example and clearly state what you wish to add, then we can give a much better opinion. Tom > On 21 Jan 2021, at 20:41, Jonnathan Carrasco > wrote: > > I have inspect the code base of django core and database, and we need to add > this featu

Polymorphics relationship

2021-01-21 Thread Jonnathan Carrasco
I have inspect the code base of django core and database, and we need to add this feature to framework (if doest not exists) for more efficiency database queries and workflow. I have been programming with django 3 month ago, and I'd like to contrib for this feature. So what do you think about i