Make static files optional, for new tailbone-integration project

This commit is contained in:
Lance Edgar 2022-12-23 20:18:49 -06:00
parent 64c8768314
commit d409e1d088
2 changed files with 21 additions and 0 deletions

View file

@ -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):
"""