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 <adivand...@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@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to