From 358fc4e5da67d5ebbb667d6bcafba7c7fa83ca97 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 19 Mar 2018 18:08:41 +0000 Subject: Add package list and package view --- app/views/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/__init__.py') diff --git a/app/views/__init__.py b/app/views/__init__.py index bfe8c1b..1c126c1 100644 --- a/app/views/__init__.py +++ b/app/views/__init__.py @@ -14,7 +14,7 @@ cache = SimpleCache() def send_static(path): return send_from_directory('static', path) -import users, githublogin +import users, githublogin, mods @app.route('/') @menu.register_menu(app, '.', 'Home') -- cgit v1.2.3