Changes between Version 12 and Version 13 of BetterErrorMessages
- Timestamp:
- Sep 4, 2006, 2:43:57 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BetterErrorMessages
v12 v13 33 33 34 34 {{{ 35 EnvironmentError: Could not import settings 'foo.settings' (Is it on sys.path? Does it have syntax errors?): No module named settings36 }}}37 '''Context:''' Application name is same as project name, causing import problems. (See #1908 for full example.)[[BR]]38 '''Suggestion:''' Given how often beginners are likely to make this mistake, it would be nice for Django to look for this conflict and warn the user.39 40 * Ticket #1791 suggests better error messages in cases where application dependencies are not satisfied.41 42 {{{43 35 TypeError at ... 44 36 string indices must be integers