diff options
author | DannyArends | 2015-09-11 17:51:52 +0200 |
---|---|---|
committer | DannyArends | 2015-09-11 17:51:52 +0200 |
commit | a741a7cf54dd5c69f7a97ad56d61b16062920935 (patch) | |
tree | 39b789021719edb0f62286ea521e809ed095845a | |
parent | 7303dc04e7d129d6751d2875f5841da102bf6fd8 (diff) | |
download | genenetwork2-a741a7cf54dd5c69f7a97ad56d61b16062920935.tar.gz |
Some more notes
-rw-r--r-- | misc/notes_DA.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/notes_DA.txt b/misc/notes_DA.txt index bf4c849b..410e0182 100644 --- a/misc/notes_DA.txt +++ b/misc/notes_DA.txt @@ -2,5 +2,9 @@ Danny's notes about the genenetwork source Location of static files: -Location of HTML templates: wqflask/wqflask/templates/ +Location of HTML templates: wqflask/wqflask/templates/ + +Entry point of the wqflask app: wqflask/wqflask/__init__.py + +Application routes: wqflask/wqflask/views.py |