fix: better default virtual doctype template

This commit is contained in:
Ankush Menat 2024-03-10 11:39:40 +05:30
parent bf449e8207
commit d6137a805c

View file

@ -295,13 +295,16 @@ def make_boilerplate(
dedent(
"""
def db_insert(self, *args, **kwargs):
pass
raise NotImplementedError
def load_from_db(self):
pass
raise NotImplementedError
def db_update(self):
pass
raise NotImplementedError
def delete(self):
raise NotImplementedError
@staticmethod
def get_list(args):