mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-09 13:54:43 +00:00
Merge branch 'master' of https://github.com/adi-/django-markdownx
# By adi # Via adi * 'master' of https://github.com/adi-/django-markdownx: Update README.md Conflicts: README.md
This commit is contained in:
commit
c863c960e6
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ Example (side-by-side editor and preview using Bootstrap's grid system):
|
|||
class MyForm(forms.ModelForm):
|
||||
content = forms.CharField(widget=MarkdownxInput)
|
||||
```
|
||||
|
||||
|
||||
1. Use `manage.py collectstatic` to copy inlcuded `markdownx.js` to your `STATIC_ROOT` folder.
|
||||
|
||||
1. Include the form's required media in the template using `{{ form.media }}`
|
||||
|
|
|
|||
Loading…
Reference in a new issue