From bde9562b7802dbbb183a1044982bab514b5af890 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 28 Jun 2015 09:49:50 -0500 Subject: [PATCH] api_tokens in example --- applications/welcome/models/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/welcome/models/db.py b/applications/welcome/models/db.py index 27dcdf14..878d1366 100644 --- a/applications/welcome/models/db.py +++ b/applications/welcome/models/db.py @@ -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