<div dir="ltr"><div dir="ltr">Hey Girish, can you provide more details on what "is not loading"? In the future, provide as much information as possible. A stack trace and a clear description of the error would help with analyzing the issue.<div class="gmail-yj6qo gmail-ajU" style="margin:2px 0px 0px"></div><div><div dir="ltr" class="gmail_signature"><br></div><div dir="ltr" class="gmail_signature">Rajiv</div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Oct 16, 2018 at 3:23 AM Girish Sridharan <<a href="mailto:girish.sridharan@gmail.com">girish.sridharan@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>This is Girish ( 9620249019).</div><div><br></div><div>Am creating a Flask App. Loading data using SQLALCHEMY using a mysql db. I do not use MySQL db here instead creating a filestorage and a static file load. Creating a flask app with a csv upload. And then analyzing the data using many algorithms. This is not loading. Need help people. </div><div><br></div><div>Folder structure is such as below:</div><div><div><img src="cid:ii_jnbkp28h0" alt="image.png" width="267" height="212" class="m_562761683658674691gmail-m_1253796167753585040gmail-CToWUd m_562761683658674691gmail-CToWUd"></div></div><div>App code below:</div><div><p class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(106,153,85)"><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s1" style="font-kerning:none;background-color:rgb(30,30,30)"># Configuration for File Uploads</span></p><p class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-p2" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(212,212,212)"><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s1" style="font-kerning:none;background-color:rgb(30,30,30)">files = UploadSet(</span><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s2" style="font-kerning:none;color:rgb(206,145,120);background-color:rgb(30,30,30)">'files'</span><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s1" style="font-kerning:none;background-color:rgb(30,30,30)">,ALL)</span></p><p class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-p3" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(206,145,120)"><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s3" style="font-kerning:none;color:rgb(212,212,212);background-color:rgb(30,30,30)">app.config[</span><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s1" style="font-kerning:none;background-color:rgb(30,30,30)">'UPLOADED_FILES_DEST'</span><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s3" style="font-kerning:none;color:rgb(212,212,212);background-color:rgb(30,30,30)">] = </span><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s1" style="font-kerning:none;background-color:rgb(30,30,30)">'static/uploadsDB'</span></p><p class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-p2" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(212,212,212)"><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s1" style="font-kerning:none;background-color:rgb(30,30,30)">configure_uploads(app,files)</span></p><p class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-p3" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(206,145,120)"><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s3" style="font-kerning:none;color:rgb(212,212,212);background-color:rgb(30,30,30)">app.config[</span><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s1" style="font-kerning:none;background-color:rgb(30,30,30)">'SQLALCHEMY_DATABASE_URI'</span><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s3" style="font-kerning:none;color:rgb(212,212,212);background-color:rgb(30,30,30)">] = </span><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s1" style="font-kerning:none;background-color:rgb(30,30,30)">'sqlite:///static/uploadsDB/filestorage.db'</span></p><p class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-p3" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(206,145,120)"><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s1" style="font-kerning:none;background-color:rgb(30,30,30)"><br></span></p><p class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-p3" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(206,145,120)"><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s1" style="font-kerning:none;background-color:rgb(30,30,30)">Warm regards,</span></p><p class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-p3" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(206,145,120)"><span class="m_562761683658674691gmail-m_1253796167753585040gmail-m_4011612766006356157gmail-s1" style="font-kerning:none;background-color:rgb(30,30,30)">MS Girish.</span></p></div></div>
_______________________________________________<br>
Flask mailing list<br>
<a href="mailto:Flask@python.org" target="_blank">Flask@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/flask" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/flask</a><br>
</blockquote></div>