[BangPypers] flask application issues

Kracekumar Ramaraju kracekumar at hasgeek.com
Fri Aug 30 16:20:43 CEST 2013


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" <adivandhya at yahoo.co.in> wrote:

> hi everyone,
>
>     i am writing a basic flask application who's structure is as follows:
>
>     /application
>         runserver.py                   # this is where i call the flask
> object and run it.
>
>          /application
>
>              __init__.py               #this is where i create my flask
> object and import routes
>             routes.py
>             /static
>
>  This application is running correctly on my local development server ,
> but once i try to host it on appfog(www.appfog.com), it is throwing me an
> error saying it is unable to start the application.
> please help me out here .
>
>
> ADIVANDHYA.B.R
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list