jstacoder / flask-cms

a minimal CMS built on the pythonic MTV (model / template / view) pattern, implemented using the flask webframework
136 stars 37 forks source link

ImportError: No module named core.urls #17

Closed FunkZero closed 7 years ago

FunkZero commented 7 years ago

请问下这个是个折那么问题啊

jstacoder commented 7 years ago

ok this should be fixed, i did a lot of updates and made changes to a dependent library flask-xxl, so make sure to do pip install -r flask_cms/requirements.txt --upgrade after pulling my latest changes, but before loading flask_cms again, but that should get it working, let me know if you still have issues.