Skip to content

encorehu/django-xheditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-xheditor

xheditor: http://xheditor.com/

xhtml editor wrapped for django html content editing, dev on django1.4.

Warning

official xheditor can only use jQuery 1.4.4 now.

Usage

Please see the xhsample project for usage.

modify this line of manage.py in xhsample project:

sys.path.insert(0,'/path/to/django-xheditor')

then:

manage.py syncdb
manage.py runserver

then open your browser, visit admin to login:

http://localhost:8000/admin/

after you'v logged in, try to add News in admin.

http://localhost:8000/admin/news/news/add/

or you can add a news at frontend, just visit:

http://localhost:8000/news/post/

About

xhtml editor wrapped for django html content editing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published