0

I would like to know why I can't deploy my Django project in a Divio Server, since I get the error:

File "/virtualenv/lib/python3.5/site-packages/aldryn_djang/cli.py",line 51, in migrate
cmds = ctx_obj['settings']['MIGRATION_COMMANDS']
KeyError: 'MIGRATION_COMMANDS'
  • This appears of the Divio thing than Django. – KhoPhi May 25 '17 at 23:15
  • 1
    aldryn is expecting a `MIGRATION_COMMANDS` entry in your configuration. Check the [docs](https://pypi.python.org/pypi/aldryn-django) about the required config files. – alfonso.kim May 26 '17 at 00:44

0 Answers0