Modify ↓
Ticket #677 (closed defect: wontfix)
south fails when app __name__ is set
| Reported by: | sam@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7.3 |
| Component: | migrations | Version: | 0.7.2 |
| Keywords: | Cc: |
Description
To duplicate:
Start new project.
startapp called "blog" & add to settings.INSTALLED_APPS
in blog/init.py add "name = "Blog"
attempt to run a migration.
south fails with: django.core.exceptions.ImproperlyConfigured?: App with label Blog could not be found
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

This is because you really shouldn't be setting name. Closing as wontfix unless I hear a good reason for doing so.