mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-28 22:08:17 +00:00
Test fix
This commit is contained in:
parent
96bb3f5d04
commit
9c2899db99
1 changed files with 3 additions and 0 deletions
|
|
@ -4,3 +4,6 @@ from markdownx.models import MarkdownxField
|
|||
|
||||
class MyModel(models.Model):
|
||||
markdownx_field = MarkdownxField()
|
||||
|
||||
class Meta:
|
||||
app_label = 'MyModel'
|
||||
|
|
|
|||
Loading…
Reference in a new issue