Changes between Version 2 and Version 3 of Ticket #31560, comment 3


Ignore:
Timestamp:
Jul 3, 2020, 4:45:07 PM (4 years ago)
Author:
HMaker

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31560, comment 3

    v2 v3  
    1 Replying to [comment:1 felixxm]:
    2 > Thanks for this report, Can you provide a sample project? All my attempts raise an `ImportError` (even with circular imports in `apps.py`)
    3 
    4 
    51Edit: Django docs [https://docs.djangoproject.com/en/3.0/ref/applications/#initialization-process] states that models must not be imported during apps population time.
    6 So the OP should check whether models are being imported.
     2So the OP should check whether models are being imported during that process.
    73
    84**Steps to reproduce**
Back to Top