mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
Update example.md
This commit is contained in:
parent
30f2930fb3
commit
ea46f06656
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class MyForm(forms.Form):
|
|||
|
||||
## Django Admin
|
||||
|
||||
When using included ``MarkdowxModel`` class in your models, just use ``MarkdownxModelAdmin`` in your `app/admin.py` as follows:
|
||||
When using included ``MarkdownxModel`` class in your models, just use ``MarkdownxModelAdmin`` in your `app/admin.py` as follows:
|
||||
|
||||
```python
|
||||
from django.contrib import admin
|
||||
|
|
|
|||
Loading…
Reference in a new issue