A WIP Code Generator tool. This is the way

Django Fett is an incomplete code generator used on several projects.
This is an attempt to clean it up and make it public for consumption.

Django Fett is different because it leverages Frontmatter Metadata and exposes the extra metadata into the template context.
Frontmatter Metadata may also contain variables that make setting an output filename cleaner than trying to save file or folder names with Jinja syntax.

TODO: Quick start

Templates

A Fett template is a header of a markdown-like frontmatter and a body of an Jinja2 templating engine.

---                               <---- frontmatter section
to: app/{{ __model__.meta_model_name }}.py
---

from django.contrib import

 

 

 

To finish reading, please visit source site