我正在尝试使用postgresql在heroku上运行一个django应用程序,但是当我打开我的应用程序url时,我会检查heroku日志--tail,然后看到
2018-08-27T10:37:19.086599+00:00 heroku[web.1]: State changed from starting to crashed 2018-08-27T10:37:19.070449+00:00 heroku[27T10:37:18
我想把我的django项目推到heroku上,我完成了教程中的所有步骤,并且我得到了一个错误ModuleNotFoundError: there is no module called 'ckeditor' --我试图通过在这个堆栈溢出后的中执行所有步骤来解决这个问题,但这对我没有用。这是我的settings.py -> (venvecosite) (base) cristian@FInch: