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
After setting everything up as described in README I got the error:
AttributeError: 'SampleTable' object has no attribute 'list_all'
I am on Windows 7 machine with Python 2.7.
How can I fix it?
Cheers Tset
The text was updated successfully, but these errors were encountered:
it's look like an indentation error of the SampleTable class in the models.py file. see pull requests : https://github.com/AndreiD/Flask-Easy-Template/pulls
Sorry, something went wrong.
No branches or pull requests
After setting everything up as described in README I got the error:
AttributeError: 'SampleTable' object has no attribute 'list_all'
I am on Windows 7 machine with Python 2.7.
How can I fix it?
Cheers
Tset
The text was updated successfully, but these errors were encountered: