diff options
| author | Santo Cariotti <dcariotti24@gmail.com> | 2020-03-29 14:29:42 +0000 |
|---|---|---|
| committer | Santo Cariotti <dcariotti24@gmail.com> | 2020-03-29 14:32:20 +0000 |
| commit | 84ef988d7e8ae22925b51ea2b3447e471dd38c0c (patch) | |
| tree | 2a45bfd29df79ccf76d9541b8b32f3cf4444a01e /src/frest/templates/form.txt | |
| parent | 474631ff96cae0bc1a526dc37f77e317f7af0505 (diff) | |
feat: create form by cli
Diffstat (limited to 'src/frest/templates/form.txt')
| -rw-r--r-- | src/frest/templates/form.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frest/templates/form.txt b/src/frest/templates/form.txt index f4b2c14..ed1017e 100644 --- a/src/frest/templates/form.txt +++ b/src/frest/templates/form.txt @@ -8,3 +8,4 @@ class %%NAME%%Form(ModelForm): def __init__(self, data): super().__init__(self.model) self.data = data + self.ignore = [] |
