Skip to content

Commit

Permalink
Update readme and requirements for new example application
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Feb 21, 2019
1 parent c90b461 commit c2256e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Aside from the basic example, there are four additional examples:
- examples/image-upload: This example demonstrate how to support image upload in Flaks-CKEditor.
- examples/codesnippet: This example demonstrate how to use Code Snippet plugin.
- examples/without-flask-wtf: This example demonstrate how to use CKEditor without Flask-WTF.
- examples/flask-admin: This example demonstrate how to use CKEditor for Flask-Admin.
5 changes: 4 additions & 1 deletion examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Flask
Flask-WTF
Flask-CKEditor
Flask-CKEditor
Flask-Admin
Flask-SQLAlchemy
tablib

0 comments on commit c2256e9

Please sign in to comment.