Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Heroku deploy button broken #45

@abieler

Description

@abieler

The heroku deploy button fails with the following message:

/app/.profile: line 1: npm: command not found
Traceback (most recent call last):
  File "init_db.py", line 1, in <module>
    from dashboardsly import views
  File "/app/dashboardsly/__init__.py", line 32, in <module>
    app.config.from_object('dashboardsly.config.ProductionConfig')
  File "/app/.heroku/python/lib/python3.6/site-packages/flask/config.py", line 162, in from_object
    obj = import_string(obj)
  File "/app/.heroku/python/lib/python3.6/site-packages/werkzeug/utils.py", line 412, in import_string
    __import__(import_name)
  File "/app/dashboardsly/config.py", line 15
    print 'No banner links found in environment; using defaults'
                                                               ^
SyntaxError: Missing parentheses in call to 'print'

Due to Python 3.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions