Genuinely curious why this post was flagged.
MY_CONFIG = get_config_from_network_service()
I am pretty sure this an anti-pattern, if this code passed the code review, you should make your review process more strict. def myview(request):
SomeClass.id = request.GET.get("id")
> Likely you’ve already spotted the problem