Home

wq maketemplates

wq version: 1.1 1.2/1.3
Docs > Command Line Reference

wq maketemplates

wq maketemplates: Generate mustache templates for wq.db.rest. Provided by wq.start.

$ wq maketemplates --help

Usage: wq maketemplates [OPTIONS]

  Generate mustache templates for wq.db.rest.  Automatically discovers all
  registered models through ./manage.py dump_config.

      templates/[model_name]_detail.html
      templates/[model_name]_edit.html
      templates/[model_name]_list.html

Options:
  --input-dir PATH     Source / master templates
  --django-dir PATH    Root of Django project
  --template-dir PATH  Path to shared template directory
  -f, -overwrite       Replace existing templates
  --help               Show this message and exit.