DEV Community

Discussion on: Build a Simple CRUD App with Flask and Python

Collapse
 
servpcweb profile image
servpcweb

Me puedes ayudar con este error, por favor

AttributeError

AttributeError: module 'blog' has no attribute 'bp'
Traceback (most recent call last)

File "/home/claudio/PycharmProjects/login-portal/venv/lib/python3.7/site-packages/flask/_compat.py", line 35, in reraise

raise value

File "/home/claudio/PycharmProjects/login-portal/blog/__init__.py", line 28, in <module>

app.register_blueprint(blog.bp)

AttributeError: module 'blog' has no attribute 'bp'

Traducir del: Inglés
478/5000
Can you help me with this error, please

AttributeError

AttributeError: module 'blog' has no attribute 'bp'
Traceback (most recent call last)

 File "/home/claudio/PycharmProjects/login-portal/venv/lib/python3.7/site-packages/flask/_compat.py", line 35, in reraise

 raise value

 File "/home/claudio/PycharmProjects/login-portal/blog/__init__.py", line 28, in <module>

 app.register_blueprint (blog.bp)

 AttributeError: module 'blog' has no attribute 'bp'