We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running in develop mode.
AKAMATSU_CONFIG_FILE=./development.py akamatsu run
Request returns a 500 error.
[2018-11-12 14:18:27,221] ERROR in app: Exception on / [GET] Traceback (most recent call last): File "/home/py/lib/python3.7/site-packages/flask/app.py", line 1813, in full_dispatch_request rv = self.dispatch_request() File "/home/py/lib/python3.7/site-packages/flask/app.py", line 1799, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args)
The text was updated successfully, but these errors were encountered:
Hi, I haven't updated the setup.py in a while, so some things may have broken over time. Try this:
AKAMATSU_CONFIG=development.py FLASK_APP=akamatsu:init_app flask run
Sorry, something went wrong.
No branches or pull requests
Running in develop mode.
AKAMATSU_CONFIG_FILE=./development.py akamatsu run
Request returns a 500 error.
The text was updated successfully, but these errors were encountered: