Opened 15 years ago
Closed 15 years ago
#11494 closed (duplicate)
syncdb fails silently to create tables for an app where the app has an import error
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Keywords: | syncdb | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I am using latest trunk. This is the same behaviour as reported in #10706. To replicate create an app, this app should import something that is not available, but should not have any syntax error. That is, from the shell 'import app' should work and 'from app import *' should raise an exception. In these circumstances syncdb will fail silently to create any tables for the app.
Note:
See TracTickets
for help on using tickets.
As you said in your ticket, duplicate of #10706. Closing in favor of that ticket.