среда, 18 декабря 2019 г., 19:46:18 UTC+3 пользователь Adam Johnson написал:
>
> Hi Vladimir
>
> Posting code to this mailing list is the wrong way to try make
> contributions. Thanks for offering though.
>
> Please read the guides at
> https://docs.djangoproject.com/en/dev/internals/contributi
Hi Vladimir
Posting code to this mailing list is the wrong way to try make
contributions. Thanks for offering though.
Please read the guides at
https://docs.djangoproject.com/en/dev/internals/contributing/ for how to
post tickets and code.
However from a quick skim I'm not sure your code is valu
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
#