Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

please i need help here , iam trying to run sicial web app using flask and pewee but i got peewee.improperconfigured:

please help me the error is like this way:

Traceback (most recent call last): File "app.py", line 63, in <module> models.initialize() File "C:\Users\user\PycharmProjects\flask_app\models.py", line 34, in initialize DATABASE.create_tables([User],safe = True) File "C:\Users\user\PycharmProjects\flask_app\venv\lib\site-packages\peewee.py", line 2836, in create_tables model.create_table(**options) File "C:\Users\user\PycharmProjects\flask_app\venv\lib\site-packages\peewee.py", line 5766, in create_table if safe and not cls._schema.database.safe_create_index \ File "C:\Users\user\PycharmProjects\flask_app\venv\lib\site-packages\peewee.py", line 4815, in database 'be set on the model: %s' % self.model) peewee.ImproperlyConfigured: database attribute does not appear to be set on the model: <Model: User>