I would like to try this tool but I am having problem from the beginning.
Trying to register the first user I receive "Internal Server Error".
I added app.debug = True for Flask and the error is:
OperationalError: (sqlite3.OperationalError) no such table: users [SQL: u'SELECT users._id AS users__id, users.user AS users_user, users.email AS users_email, users."key" AS users_key \nFROM users \nWHERE users.user = ?\n LIMIT ? OFFSET ?'] [parameters: (u'aaa', 1, 0)]
Looks like there is no User table.
How can I fix this problem?
Hello,
I would like to try this tool but I am having problem from the beginning. Trying to register the first user I receive "Internal Server Error". I added
app.debug = True
for Flask and the error is:Looks like there is no User table. How can I fix this problem?
Thanks