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 Using Databases in Python Meet Peewee Modeling

David Fry
David Fry
13,267 Points

Why do I have this error?

I have installed peewee using pip3 install peewee. I have copied the code and I get this error: https://www.dropbox.com/s/6sq07lj6sosgeh6/python%20error%20from%20peewee.png?dl=0

1 Answer

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

Did you forget the class Meta for your model?

David Fry
David Fry
13,267 Points

I just figured it out. I uses create_table instead of create_tables. I did that and everything cleared up! Thanks for the help Kenneth. The python content is AWESOME!! thanks.