Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 421 Bytes

Django-Model-Converter

Simple plugin to create ModelForm or Serializer Model from Django Form.

How Use?

  1. Select model
  2. CLick with riht button
  3. Select Django Model Convert -> To ModelForm or Serializer.
  4. Plugin create after the selection.

Demonstration

alt text

Test

For Test I used models of project Saleor and DjangoProject