Django 1.11: AttributeError: 'module' object has no attribute 'setup_environ'

2019-02-28 Thread Chi Shiek
This is related to a bug I raised against app engine while tying to migrate from django 1.5 to 1.11. The issue is I have an app running on app engine using django 1.5. Recently I was making a number of major updates to the app and decided to convert to django 1.11 as part of that update. Everyt

Re: Django 1.11: AttributeError: 'module' object has no attribute 'setup_environ'

2019-02-28 Thread Chi Shiek
e/ext/django/main.py Haven't deployed it yet - but at least the dev_appserver is now running properly. On Friday, 1 March 2019 06:41:55 UTC+11, Chi Shiek wrote: > > This is related to a bug I raised against app engine while tying to > migrate from django 1.5 to 1.11. > >

Re: Django 1.11: AttributeError: 'module' object has no attribute 'setup_environ'

2019-02-28 Thread Chi Shiek
Didn't work in production...same error...suggestions welcome On Friday, 1 March 2019 06:41:55 UTC+11, Chi Shiek wrote: > > This is related to a bug I raised against app engine while tying to > migrate from django 1.5 to 1.11. > > The issue is I have an app running on app eng

Re: Django 1.11: AttributeError: 'module' object has no attribute 'setup_environ'

2019-03-05 Thread Chi Shiek
Also failing in local dev_appserver. It seemed to work for a very short time (couple of queries) and then it stopped with the same error. Gave up and reverting back to 1.4 (which is what app engine seems to recommend - 1.4 or 1.11). On Friday, 1 March 2019 08:29:42 UTC+11, Chi Shiek wrote