Changes between Version 1 and Version 2 of Ticket #24574
- Timestamp:
- Apr 3, 2015, 5:08:51 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24574 – Description
v1 v2 28 28 5. When it matches <AdminConfig: admin>, it calls to 29 29 {{{#!python 30 31 30 django.contrib.admin.apps:: self.module.autodiscover() 31 django.contrib.admin:: autodiscover_modules('admin', register_to=site) 32 32 }}} 33 33 56. autodiscover_modules agains calls django.setup(). I don't have full traceback. But it goes like: 34 34 {{{#!python 35 35 django.core.management ::django.setup() 36 36 }}} 37 37 {{{#!python 38 38 django.setup::apps.populate(settings.INSTALLED_APPS) 39 39 }}} 40 40 {{{#!python 41 41 django.apps.registry::with self._lock: 42 42 }}} 43 43