Re: [mezzanine-users] TESTING, South, Django-Redirects, and OPTIONAL_APPS

2015-07-06 Thread shawn . vanittersum
Have these changes been released with a version number? Shawn On Sunday, July 5, 2015 at 6:59:41 AM UTC-7, Stephen McDonald wrote: I believe none of this occurs anymore in the development version. On Thu, Jul 2, 2015 at 4:19 AM, shawn.va...@appdynamics.com javascript: wrote: When running

[mezzanine-users] TESTING, South, Django-Redirects, and OPTIONAL_APPS

2015-07-01 Thread shawn . vanittersum
When running manage.py test, Mezzanine's utils/conf.py automatically sets settings.TESTING = True. A few lines later, it forks based on the TESTING setting: If TESTING is False, then South and OPTIONAL_APPS are added to INSTALLED_APPS. If TESTING is True, then those apps are NOT added, and