@maclean was running a database migration on datavis-dev, which is set to datavis.settings.production and needed the secret key...
the key is really only needed for Django serving web pages and not for running management tasks from the command line, perhaps the key check should be moved to datavis/wsgi.py...
@maclean was running a database migration on
datavis-dev, which is set todatavis.settings.productionand needed the secret key...the key is really only needed for Django serving web pages and not for running management tasks from the command line, perhaps the key check should be moved to
datavis/wsgi.py...