Hi Alex,
The standard way to determine if you are running on the development server
is this:
DEBUG = os.environ['SERVER_SOFTWARE'].startswith('Dev')
Are you sure there has been a change in behaviour with regards to ignored
files? Are you able to provide a test case for this?
-Nick Johnson
On Tue, Dec 8, 2009 at 11:25 PM, Alex Popescu <
[email protected]> wrote:
> Hi guys,
>
> I am wondering if there is a 'recommended' solution for enabling a set
> of URIs when the app is running locally for testing purposes.
>
> Until recently I had a setup which was defining additional URI
> mappings in a _localsettings.py module and this was set for exclusion
> in app.yaml.
> But it looks like a change in the SDK is now ignoring all modules
> excluded in app.yaml so I lost this feature.
>
> Any ideas?
>
> tia,
>
> ./alex
>
> --
>
> 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]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>
>
--
Nick Johnson, Developer Programs Engineer, App Engine
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047
--
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.