]> git.gir.st - subscriptionfeed.git/commit
split app into blueprints - part 1
authorgirst <tobi@isticktoit.net>
Thu, 11 Jun 2020 11:58:53 +0000 (13:58 +0200)
committergirst <tobi@isticktoit.net>
Thu, 11 Jun 2020 12:00:56 +0000 (14:00 +0200)
commit93e26d3efb024214fec9b55507f810c384a25c3c
tree0f4664e42c33c827632db40d001b7ec67dbd9a4e
parent63ad15829df27536953939136290dea091dbcc4c
split app into blueprints - part 1

moves everything into the youtube blueprint, except csrf and user
handling. those two will go into a common blueprint later.
app/__init__.py [new file with mode: 0644]
app/common/common.py [moved from app/common.py with 100% similarity]
app/utils/pull-subscriptions.py [moved from app/pull-subscriptions.py with 100% similarity]
app/utils/refresh-cipher.pl [moved from app/refresh-cipher.pl with 100% similarity]
app/utils/update-subscriptions.py [moved from app/update-subscriptions.py with 100% similarity]
app/youtube/__init__.py [moved from app/frontend.py with 63% similarity]
config/startup.sh
Imprint / Impressum