diff options
author | zsloan | 2021-05-28 18:41:54 +0000 |
---|---|---|
committer | zsloan | 2021-05-28 18:41:54 +0000 |
commit | d0b78700c788281b8be0372784088cc021f24b00 (patch) | |
tree | bcf1541773adf42cd17430155c2d967e55ab6fe2 | |
parent | afc7a742da58a318c2b9c8b1c93209fc3820009a (diff) | |
download | genenetwork2-d0b78700c788281b8be0372784088cc021f24b00.tar.gz |
Added comment clarifying the situation with views.py imports
-rw-r--r-- | wqflask/wqflask/views.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py index 86219faa..2c5b6c6b 100644 --- a/wqflask/wqflask/views.py +++ b/wqflask/wqflask/views.py @@ -41,6 +41,8 @@ from flask import redirect from flask import url_for from flask import send_file +# Some of these (like collect) might contain endpoints, so they're still used. +# Blueprints should probably be used instead. from wqflask import collect from wqflask import search_results from wqflask import server_side |