Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

Make all compiler options configurable as Django setting #67

Open
@rowanseymour

Description

@rowanseymour

Instead of a single Django setting per compiler option, just have one which is a dict, i.e.

HAMPLY_OPTIONS = {
  "escape_attrs" : True,
  "format": "xhtml"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions