mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-24 20:23:45 +00:00
commit
37827948ca
1 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ You can also implement **MarkdownX** through the forms. This will be done in you
|
|||
|
||||
Django Admin
|
||||
------------
|
||||
When using included ``MarkdowxModel`` class in your models, just use ``MarkdownxModelAdmin`` in
|
||||
When using the build-in ``MarkdownxModel`` class in your models, just use ``MarkdownxModelAdmin`` in
|
||||
your :guilabel:`app/admin.py` as follows:
|
||||
|
||||
.. code-block:: python
|
||||
|
|
@ -77,4 +77,4 @@ your :guilabel:`app/admin.py` as follows:
|
|||
|
||||
|
||||
|
||||
.. _TextField: https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.TextField
|
||||
.. _TextField: https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.TextField
|
||||
|
|
|
|||
Loading…
Reference in a new issue