Skip to content

Django item based on a Form instead of a Model? #9

@jschilling1

Description

@jschilling1

I need a few temporary fields aside from the ones in the model. It would be super awesome if DjangoItem could inherit from a Form where those extra fields and their validation specs would be defined. The Form itself would be based on a Model using Django's FormModel. This would also allow to specify 'fields' to be inherited by the Form in case any need to be excluded. In essence this would be a ScrapyForm :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions