You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In examplesthere is no package.json, so npm install fails. There is a package.json in djangocms-cascade/examples/bs4demo though. There you can apply npm install .
./manage.py migrate fails due to missing modules/pip packages:
ModuleNotFoundError: No module named 'cmsplugin_cascade'
…
ModuleNotFoundError: No module named 'cms_bootstrap'
…
ModuleNotFoundError: No module named 'sass_processor'
…
The text was updated successfully, but these errors were encountered:
Following the installation according to “For the Impatient” fails:
poetry shell
complains about a missingpyproject.toml.
Instead you can go to the repo root and use – if you havevirtualenvwrapper
installed.examples
there is nopackage.json
, sonpm install
fails. There is apackage.json
indjangocms-cascade/examples/bs4demo
though. There you can applynpm install
../manage.py migrate
fails due to missing modules/pip packages:The text was updated successfully, but these errors were encountered: