Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation according to instruction page “For the Impatient” fails #416

Open
MacLake opened this issue Jun 2, 2023 · 0 comments
Open

Comments

@MacLake
Copy link

MacLake commented Jun 2, 2023

Following the installation according to “For the Impatient” fails:

  1. poetry shell complains about a missing pyproject.toml. Instead you can go to the repo root and use – if you have virtualenvwrapper installed.
mkvirtualenv cascade
pip install -r requirements/base.txt
  1. 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 .
  2. ./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'
…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant