Hi all,
 I am currently studying Django source code, then i have one question:
in registry.py, 
for app_config in self.app_configs.values():
               app_config.import_models()

import_models() uses self.apps.all_models
but when this variable is filled?
 and when  and how register_model() is called ?
it seems related to metaclass __new__ function , but i can not figure it out

thanks 
regards

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/aa0a111b-e4dc-484e-a89a-a006d7456d64n%40googlegroups.com.

Reply via email to