Skip to content

Mapotic/django-ruamel-yamlfield

Repository files navigation

Django Ruamel YAML field

Django Ruamel YAML field allow you store yaml data to database. Is inspired by django-yamlfield.

In addition allow store comments, block texts, ...

data:
  key: some_key
  template: |
    {% for item in data %}
      {{ run(item) }}
    {% endfor %}
  # this is commented text
foo:
  - alpha
  - beta

About

Store YAML data with Ruamel yaml implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages