Re: [google-appengine] Enable URL locally for testing purposes

2009-12-09 Thread Nick Johnson (Google)
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 Tu

[google-appengine] Enable URL locally for testing purposes

2009-12-08 Thread Alex Popescu
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 lo