djangocms-cascade icon indicating copy to clipboard operation
djangocms-cascade copied to clipboard

WIP Clipboard library

Open haricot opened this issue 5 years ago • 1 comments

related #339

haricot avatar Oct 20 '19 07:10 haricot

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

haricot avatar Oct 20 '19 09:10 haricot