DOOMer / django-cked-demo

Demo project for 'django-cked' package - https://pypi.python.org/pypi/django-cked

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

djang-cked-demo

The demonstartion app for 'django-cked' application - https://pypi.python.org/pypi/django-cked

Requirements

This project require these packages - Django >= 2.2, django-cked >= 0.1.4

Installation

git clone https://github.com/DOOMer/django-cked-demo.git

and make virtualenv, acrivate it, and run this command:

pip install - r requirements.txt

Then change current directory to 'django_cked_demo' and rub these commands:

python manage.py migrate
python manage.py runserver

And open url http://localhost:8000 in the your favorite browser.

License

It's very free :)

About

Demo project for 'django-cked' package - https://pypi.python.org/pypi/django-cked


Languages

Language:Python 65.5%Language:HTML 34.5%