Skip to content

Mapotic/django-ruamel-yamlfield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages