Hello! This depends on exactly what the custom cod...
# advanced-need-help
a
Hello! This depends on exactly what the custom code was doing. Generally speaking there are two routes here: * hooks, especially the new
after_context_created
one * write a custom
ConfigLoader
and reference it in
CONFIG_LOADER_CLASS
in settings.py This is quite a common question so if you can say a bit more about what your custom code does we can probably point you to examples of others who have done very similar!