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

Error when deploying to Heroku #10

Open
taylor-smith opened this issue Nov 9, 2017 · 0 comments
Open

Error when deploying to Heroku #10

taylor-smith opened this issue Nov 9, 2017 · 0 comments

Comments

@taylor-smith
Copy link

Hi there,

I'm following the steps to deploy to Heroku. It seems to get through most of the setup just fine, and then at the very end when it is actually deploying to Heroku, I encounter the following error:

Traceback (most recent call last):
File "manage.py", line 3, in
from retro import create_app, db
File "/app/retro/init.py", line 19, in
from . import views, errors
File "/app/retro/views.py", line 6, in
from models import Sprint, RetrospectiveItem
ModuleNotFoundError: No module named 'models'

Any idea what might be going on?

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

No branches or pull requests

1 participant