From 5e44f3d64c2be1b890e393832efd9fb100adf2c0 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 11 May 2018 12:57:16 +0100 Subject: Move Github import to backend Fixes #41 --- 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 17b9f00..51f4908 100644 --- a/app/views/__init__.py +++ b/app/views/__init__.py @@ -30,4 +30,4 @@ def home_page(): packages = Package.query.filter_by(approved=True).all() return render_template("index.html", packages=packages) -from . import users, githublogin, packages, sass +from . import users, githublogin, packages, sass, api -- cgit v1.2.3