api_tokens in example

This commit is contained in:
mdipierro
2015-06-28 09:49:50 -05:00
parent 9a1229470a
commit bde9562b78

View File

@@ -58,7 +58,7 @@ service = Service()
plugins = PluginManager()
## 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
mail = auth.settings.mailer