mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-04 11:34:42 +00:00
Merge pull request #1 from AbhinavOmprakash/AbhinavOmprakash-typo-correction
corrected a type in example.md
This commit is contained in:
commit
bb4864922d
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