Skip to content

Commit

Permalink
Add release info.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Nov 13, 2018
1 parent 61aefa6 commit 85dab82
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
`pip install django-froala-editor`

if not update in pypi use this

`pip install https://github.com/froala/django-froala-editor/archive/master.zip`

OR
Expand Down Expand Up @@ -161,6 +161,13 @@ jQuery is included by default in form media. If you don't want to include jQuery

Using `USE_FROALA_EDITOR = False` in your Django settings disables Froala editor and uses a TextArea instead.

### Release

To publish to PyPi, the following command should be run:
```bash
python setup.py sdist upload -r pypi
```

## License

This package is available under BSD License. However, in order to use Froala WYSIWYG HTML Editor plugin you should purchase a license for it.
Expand Down

0 comments on commit 85dab82

Please sign in to comment.