What if I import 100 things? (At the top of my views.py)
And then inside each of them I import 30 things.
Will it slow down the job?
This will slow down the launch (in fact, no matter what the load for the first time, the file containing these imported files is replaced). Assuming django does not do this for every request, but only once, this is not a problem.
Only for the first time they are imported into the process. After that, all that happens is that the link is copied to the local area.
Source: https://habr.com/ru/post/1786549/More articles:PHP proxies - phpЧтение файла сразу после его написания, я получаю все нули (.net) - c#Unable to call member function from C ++ / lua function - c ++If the project under source control is copied to another folder, is source control still maintained? - svnAndroid Yelp v2 API using SignPost oauth libs says signature is invalid - javaHow to read POST information in Rails? - ruby | fooobar.comHow to filter out illegal XML character in Java - javawhy this ReplaceAll doesn’t work in mathematics - wolfram-mathematicaHow to break a closure to check the result of a Grails service? - metaclassWhat is the right way to do CRUD with nested domain objects in Struts 2? - javaAll Articles