Re: dynamically added INSTALLED_APPS

2023-02-23 Thread Christian González
Am 23.02.23 um 17:09 schrieb Jörg Breitbart: Ah sorry for the fuzz, I read too much into your idea and jumped to the conclusion, that you want to extend INSTALLED_APPS at runtime. no prob ;-) As you already pointed out, the proper app ordering might be a bigger issue for an automated app discov

Re: dynamically added INSTALLED_APPS

2023-02-23 Thread Jörg Breitbart
Ah sorry for the fuzz, I read too much into your idea and jumped to the conclusion, that you want to extend INSTALLED_APPS at runtime. What you describe here > INSTALLED_APPS = [ > "django.contrib..." > "..." > "myapp.core" > ] > > PluginManager.find_apps(

Re: Model icons

2023-02-23 Thread Jacob Rief
On Thu, Feb 23, 2023 at 7:38 AM Brice Parent wrote: > Hello! > > Really useful idea, I think! 2 points about it: > > 1. Syntax > > I would also remove the html from the models, but probably in this way: > class Hammer(models.Model): > ... > > Meta: > icon = ModelIcon("🔨") > > > Th

Need help for my first Open Source Contribution.

2023-02-23 Thread Siddhiraj R Kolwankar
Helllo Everyone! Im Siddhiraj R Kolwankar. Currently I'm pursuing BE in Artificial Intelligence and Data Science from Terna Engineering College. I have more than 2 years of experience in Backend Development. ( Python/Django ). Im interested in Open Source Contribution but I don't know anything ab

Re: dynamically added INSTALLED_APPS

2023-02-23 Thread Christian González
Am 22.02.23 um 22:37 schrieb Jörg Breitbart: Am 21.02.23 um 22:05 schrieb Christian González: My original question was HOW would I implement this in a "good-practice" way, by not violating Django's conventions, and showing a way it could be done clean. I think thats not really feasible wit