jrief / djangocms-cascade

Build Single Page Applications using the Django-CMS plugin system
MIT License
165 stars 85 forks source link

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

Open MacLake opened 1 year ago

MacLake commented 1 year ago

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
  2. 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 .
  3. ./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'
    …