How do I get the application title of a Google AppEngine app from within that app
        Posted  
        
            by Noah McIlraith
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Noah McIlraith
        
        
        
        Published on 2010-05-19T10:43:59Z
        Indexed on 
            2010/05/19
            12:30 UTC
        
        
        Read the original article
        Hit count: 188
        
google-app-engine
|python
Under the application settings page in the Administration console, it is possible to specify a name for the application, AFAIK this is used in the login page when using the users API to login.
I would like to be able to use this information within an application, currently, the title is also specified in a separate configuration file, but configuration repetition is something I would like to avoid if at all possible.
Is there some way for a GAE application to determine the "Application Title"?
Oh, also, I am using python.
© Stack Overflow or respective owner