From bee4591ac60f8f3bd85c2f2b12dc75e09e2c97d7 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 15 Feb 2022 16:44:06 -0500 Subject: split auth into separate python file Flask can use Blueprint to load paths from two separate source files, so the endpoints and logic can be grouped logically. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 00d765d..1257abe 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,5 @@ https://github.com/Tygs/0bin sounds cool but it uses a stack I'm unfamiliar with ## References 1. Using UUIDs instead of integers in sqlite in SQLAlchemy: [https://stackoverflow.com/questions/183042/how-can-i-use-uuids-in-sqlalchemy/812363#812363](https://stackoverflow.com/questions/183042/how-can-i-use-uuids-in-sqlalchemy/812363#812363) +2. https://stackoverflow.com/questions/15231359/split-python-flask-app-into-multiple-files/15231623#15231623 +3. https://stackoverflow.com/questions/18214612/how-to-access-app-config-in-a-blueprint/38262792#38262792 -- cgit