Vote count:
0
I have an app that contains 3 apps within. One of the apps would be better if output as a static site because it is made up of static material as it is. I was able to use Frozen-Flask to create a static site application for the app on it's own, but I want to try and keep all three apps in the one WSGI app.
So my question is, is there a way to choose what files Frozen-Flask chooses to freeze so it ignores the files in app1/ and app3/ (see file structure below)?
Structure of files
Flask/
-application.py
-requirements.txt
-settings.py
-static/
-css/
-js/
-etc/
-templates/
-app1/ **with index.html, etc within.
-app2/ (app I want to make static)
-app3/
asked 1 min ago
Can you choose what files Frozen-Flask freezes?
Aucun commentaire:
Enregistrer un commentaire