<div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Hi:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">It's taken me awhile, but I actually have created a small webapp that actually does something useful, and Flask made it's part pretty straightforward.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">However, now that I've created a single webapp, the question arises: How should an app coexist with others to potentially make up an entire website?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I found some helpful docs over at:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://exploreflask.com/en/latest/organizing.html">http://exploreflask.com/en/latest/organizing.html</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">This is about the level of complexity I have now (obviously very basic):</div><div class="gmail_default"><pre style="box-sizing:border-box;font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;padding:12px;overflow:auto;line-height:normal;color:rgb(64,64,64);background-color:rgb(252,252,252)"><span class="gmail-n" style="box-sizing:border-box">app</span><span class="gmail-o" style="box-sizing:border-box">.</span><span class="gmail-n" style="box-sizing:border-box">py</span>
<span class="gmail-n" style="box-sizing:border-box">static</span><span class="gmail-o" style="box-sizing:border-box">/</span>
<span class="gmail-n" style="box-sizing:border-box">templates</span><span class="gmail-o" style="box-sizing:border-box">/</span></pre></div><div class="gmail_default">Someone who had developed with Django got me started with a nginx + gunicorn + flask template to get things rolling. However, in the end I just have gunicorn calling my webapp. This doesn't easily scale if I have to have nginx rules -> gunicorn instances for every app.<br></div><div class="gmail_default"><br></div><div class="gmail_default">I realize that these things are a bit outside the scope of Flask. I appreciate the detail at the app level, but now I need to step back and see how it all comes together. Any pointers would be appreciated.</div><div class="gmail_default"><br></div><div class="gmail_default">Thanks,</div><div class="gmail_default"><br></div><div class="gmail_default">-Clint</div></div></div></div>