api_tokens in example
This commit is contained in:
@@ -58,7 +58,7 @@ service = Service()
|
|||||||
plugins = PluginManager()
|
plugins = PluginManager()
|
||||||
|
|
||||||
## create all tables needed by auth if not custom tables
|
## create all tables needed by auth if not custom tables
|
||||||
auth.define_tables(username=False, signature=False)
|
auth.define_tables(username=False, signature=False, api_tokens=False)
|
||||||
|
|
||||||
## configure email
|
## configure email
|
||||||
mail = auth.settings.mailer
|
mail = auth.settings.mailer
|
||||||
|
|||||||
Reference in New Issue
Block a user