Iliggio

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Iliggio created a post,

    List Model Fields for django as parameter info

    A common workflow for me is when I create a model instance:```class MyModel(```Here I would like to see the fields I need to pass to it. When I request `parameter info`, I get `*args, **kwargs` whi...