Make static files optional, for new tailbone-integration project
This commit is contained in:
parent
64c8768314
commit
d409e1d088
2 changed files with 21 additions and 0 deletions
|
@ -114,6 +114,8 @@ class GenerateTailboneIntegrationProject(colander.MappingSchema):
|
|||
|
||||
python_name = colander.SchemaNode(colander.String())
|
||||
|
||||
has_static_files = colander.SchemaNode(colander.Boolean())
|
||||
|
||||
|
||||
class GenerateByjoveProject(colander.MappingSchema):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue