aboutsummaryrefslogtreecommitdiff
path: root/app/views/__init__.py
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-11 12:57:16 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-11 12:57:16 +0100
commit5e44f3d64c2be1b890e393832efd9fb100adf2c0 (patch)
treeea4a1fd0ce7fe8ed9c97687f6afd8e18b0a393e4 /app/views/__init__.py
parenta55b4f84ff8fa9774b1aa3a0363d848b9a9bd252 (diff)
downloadcheatdb-5e44f3d64c2be1b890e393832efd9fb100adf2c0.tar.xz
Move Github import to backend
Fixes #41
Diffstat (limited to 'app/views/__init__.py')
-rw-r--r--app/views/__init__.py2
1 files changed, 1 insertions, 1 deletions
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