fix: better default virtual doctype template
This commit is contained in:
parent
bf449e8207
commit
d6137a805c
1 changed files with 6 additions and 3 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue