Re: Dynamic app loading

2018-07-31 Thread Christian González
Hi Raphael, > we are doing such a thing for quite a while in our open source project > pretix[1]. Whow, I'm quite impressed. Never stumbled upon that. I'll recommend that for some collegues (to use it...) But about the internals: Nice, this was the first way I implemented that as well, and maybe I

Re: PostgreSQL aggregation and views through unmanaged models

2018-07-31 Thread vojtech.bocek via Django developers (Contributions to Django itself)
Hello, the fix for https://code.djangoproject.com/ticket/27241 caused significant performance drop for my project, because it pretty much prevents posgresql from using indexes on the particular query. I use unmanaged tables because Django is used to display data from another project's database,