Lujeni / matterllo

Simple integration between Trello and Mattermost: send Trello activity notifications to Mattermost channels
MIT License
86 stars 25 forks source link

Heroku error #39

Closed nommaz closed 7 years ago

nommaz commented 7 years ago

I am following the simple steps for heroku with ubuntu yet:

heroku run python manage.py migrate

fails with

...
  File "/app/matterllo/core/urls.py", line 4, in <module>
    from matterllo.core.views import (
  File "/app/matterllo/core/views/__init__.py", line 2, in <module>
    from board import *
ModuleNotFoundError: No module named 'board'
nommaz commented 7 years ago

i deleted the heroku app and also the /opt/matterlo folder and recreated everything to make sure i did not make a mistake but same exact result.

https://pure-spire-24631.herokuapp.com

Lujeni commented 7 years ago

Hi again @nommaz ,

I see your closed this issue, all is good now ?

Thanks

nommaz commented 7 years ago

Yes I self hosted. Gave up on heroku.