replace handlebars with jinja
This commit is contained in:
3
templates/model_prelude_part.hbs.old
Normal file
3
templates/model_prelude_part.hbs.old
Normal file
@@ -0,0 +1,3 @@
|
||||
{{#each tables}}
|
||||
pub use {{entities_path}}::{{model_name}}::{ActiveModel as {{active_model_name}}, Model as {{model_name}}, Entity as {{entity_name}}};
|
||||
{{/each}}
|
||||
Reference in New Issue
Block a user