Skip to content

Redactor2/django-redactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-redactor

Django Module for Redactor

To try this, add static folder to redactorjs folder, and place your Redactor II files into redactor directory within this static folder. To get Redactor II, visit https://imperavi.com/redactor.

Requirements

See requirements.txt:

  • Django==1.9.7
  • image==1.5.3
  • Pillow==3.2.0

Test

Simple way to run:

pip install -r requirements.txt
./manage.py migrate
./manage.py runserver

Go to http://localhost:8000

About

Django Module for Redactor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published