In a module residing inside a package, i have the need to use a function defined within the __init__.py of that package. how can i import the package within the
In Django, the file manage.py has from django.core.management import execute_manager, but execute_manager is not a module. It is a function within the __init__.py module of the management directory.