Changes between Version 1 and Version 2 of Ticket #18850, comment 3


Ignore:
Timestamp:
Aug 24, 2012, 12:17:55 PM (12 years ago)
Author:
Omid Raha

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18850, comment 3

    v1 v2  
    1 Yes, i know that with reordering the app in `INSTALLED_APPS`, the problem can be solved, but why django silences the import errors? can say django, don't do that, and raise import errors?
     1Yes, i know that with reordering the app in `INSTALLED_APPS`, the problem can be solved, but why django silences the import errors? can say django, doesn't do that, and raise import errors?
    22and in this specific case why `X` is `None` and at least isn't undefined.
Back to Top