Re: [BangPypers] flask application issues

2013-08-31 Thread Mandar Vaze / मंदार वझे
I am assuming you have already read the appfog documentation, if not please refer to : https://docs.appfog.com/languages/python/flask On Fri, Aug 30, 2013 at 7:23 PM, Adivandhya wrote: > hi everyone, > > i am writing a basic flask application who's structure is as follows: > > /applicat

Re: [BangPypers] flask application issues

2013-08-30 Thread Gopalakrishnan Subramani
Check the static IP binding and post the exception here. If you host in on Linux, there could be issue with ip binding and port if you don't have permissions. On Fri, Aug 30, 2013 at 7:23 PM, Adivandhya wrote: > hi everyone, > > i am writing a basic flask application who's structure is as

Re: [BangPypers] flask application issues

2013-08-30 Thread Kracekumar Ramaraju
Can you tel me how you have deployed? Do use apache + mod_wsgi or gunicorn. ? Have you looked into deploying flask app in docs ? On Aug 30, 2013 7:37 PM, "Adivandhya" wrote: > hi everyone, > > i am writing a basic flask application who's structure is as follows: > > /application >