Madison Rye Progress

Results 6 comments of Madison Rye Progress

Thanks for the reply. My question was regarding a site-wide setting for all visitors. Whether or not I check that setting, visitors will see the grid, which I think would...

This appears to be affection Django 1.9 but not Django 1.10: ``` $ python manage.py test --parallel nosetests --verbosity=1 Creating test database for alias 'default'... Cloning test database for alias...

@paultiplady I stand corrected, thank you :) ``` $ venv/bin/python manage.py test administration nosetests administration --verbosity=1 Creating test database for alias 'default'... ........................................................................................... ---------------------------------------------------------------------- Ran 91 tests in 72.177s OK...

Forgot to add, but my workaround was to sequester my Makefile, run `charm build`, then copy most of the targets from the generated Makefile into mine before restoring it, so...

This also applies to `requirements.txt`; having that in my layer overwrites layer:base's requirements and causes unmet dependencies and no tests to run (that I receive several hundred test failures when...

And `venv` - the `exclude` key in `layer.yaml` does nothing.