Skip to content

Commit

Permalink
update command descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Sep 7, 2016
1 parent a036058 commit 835327e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions forms.py
Expand Up @@ -51,7 +51,8 @@
def addform(xlsform, input_dir, django_dir, template_dir,
form_name, with_admin):
"""
Convert an XLSForm into a wq-compatible Django app, including:
Convert an XLSForm into a Django app for wq. Generates Python and mustache
files including:
\b
db/[form_name]/models.py
Expand Down Expand Up @@ -139,7 +140,8 @@ def addform(xlsform, input_dir, django_dir, template_dir,
)
def maketemplates(input_dir, django_dir, template_dir, overwrite):
"""
Generate Mustache templates for all wq.db-registered models.
Generate mustache templates for wq.db.rest. Automatically discovers all
registered models through ./manage.py dump_config.
\b
templates/[model_name]_detail.html
Expand Down

0 comments on commit 835327e

Please sign in to comment.