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

Reply via email to