Hi All, I have an app in my root folder named 'bdd'. It contains an (empty) models.py as well as some files for running behave <http://pythonhosted.org/behave/> tests. I have added this app to INSTALLED_APPS in my settings.py so that I can run the tests with the Django Behave <https://github.com/django-behave/django-behave> test runner.
When I deploy my application to Heroku, I get the following error: *The app module <module 'bdd' (namespace)> has multiple filesystem locations (['./bdd', './bdd', '/app/bdd']); you must configure this app with an AppConfig subclass with a 'path' class attribute.* Interestingly, this does not happen locally, or on my CI server. I am running 1.7, so my best guess is that this has something to do with https://docs.djangoproject.com/en/1.7/releases/1.7/#app-registry-consistency, but I'm having some trouble working out what the problem is. I do *not* have another app or folder called "app" so, I can't make any sense of the '/app/bdd' line in the error message. What's going on here? Is it possible that my 'bdd' app is conflicting with another package? Thanks in advance :D Nicole -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6db47a08-fdb3-4f8b-87ee-de3a409fdee9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.