Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added root_dir to set where the runner looks for steps to import #528

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

MikeHibbert
Copy link

in djnago 1.9 this causes the models.py file to attempt import causing an error like:

RuntimeError: Model class models. doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

in djnago 1.9 this causes the models.py file to attempt import causing an error like:

RuntimeError: Model class models.<Your model> doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.
fixes incorrect search for modules in apps main folder instead of the features folder
@MikeHibbert
Copy link
Author

Added fix for when you call harvest with a single app name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant