jrief / djangocms-cascade

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

WIP Clipboard library #350

Open haricot opened 5 years ago

haricot commented 5 years ago

related #339

haricot commented 5 years ago
git clone https://github.com/haricot/djangocms-cascade -b clipboard_library
cd djangocms-cascade/examples/
python3.6 -m venv .venv
poetry shell
poetry update
npm install
./manage.py migrate
./manage.py createsuperuser