Skip to content

Instantly share code, notes, and snippets.

@govind-menon
Last active December 30, 2015 02:09
Show Gist options
  • Save govind-menon/7760842 to your computer and use it in GitHub Desktop.
Save govind-menon/7760842 to your computer and use it in GitHub Desktop.
in controllers/msg.py
from s3.s3forms import S3SQLCustomForm, S3SQLInlineComponent
crud_form = S3SQLCustomForm(
"keywords",
"lang",
"count",
"include_entities",
S3SQLInlineComponent(
"task",
label="Schedule Search",
fields=["enabled", "period", "repeats"]
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment