代建建
Results
2
comments of
代建建
same to me in windows 10 and ST3 Its so bad,and I have to remove the plugin ```+ Info: processing `PHP': please wait... Could not import subprocess32 module, falling back...
```python from django_markdown.models import MarkdownField from django_markdown.widgets import AdminMarkdownWidget Register your models here. admin.site.register(MyModel, MarkdownModelAdmin) class YourModelAdmin(admin.ModelAdmin): formfield_overrides = { MarkdownField: { 'widget': AdminMarkdownWidget, }} ``` It works for me