Put it into your main Python source file.

On Dec 30, 5:36 pm, slmnhq <[email protected]> wrote:
> Hi,
>
> Some applications have system variables like 'DEBUG_ENABLE',
> 'MAP_API_KEY', etc that can change the overall behavior of the
> application.
>
> What is the best way to represent this data in our application?
>
> One way to do this is have a module that exports this information as
> variables. This works fine if we never need to change this data at
> runtime. But what if an admin needs to change a system variable?
>
> Is the answer here to use the datastore? How have other people done
> this?
>
> Thanks,
> Salman
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to