Re: Automatic admins registration

2019-12-18 Thread Vladimir Godovalov
ect.com/en/dev/internals/contributing/ for how to > post tickets and code. > > However from a quick skim I'm not sure your code is valuable to add to > Django core at this time. > > Thanks, > > Adam > > On Wed, 18 Dec 2019 at 14:31, Vladimir Godovalov > wrote: >

Automatic admins registration

2019-12-18 Thread Vladimir Godovalov
Hello to everyone, # This non-trivial patch improve Django functionality # by providing automatic registration in main admin.py # of all admin files of the project admin.py module code # admin.py import importlib from django.contrib import admin from django.apps import apps #