refs #0 The root commit.
This commit is contained in:
0
back/config/module/book/__init__.py
Normal file
0
back/config/module/book/__init__.py
Normal file
9
back/config/module/book/config.yaml
Normal file
9
back/config/module/book/config.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
fields:
|
||||
author:
|
||||
type: str
|
||||
title:
|
||||
type: str
|
||||
year:
|
||||
type: int
|
||||
pdf:
|
||||
type: file
|
||||
3
back/config/module/book/create_schema.py
Normal file
3
back/config/module/book/create_schema.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from core.util import update_module_locals
|
||||
|
||||
update_module_locals(__name__, locals())
|
||||
3
back/config/module/book/model.py
Normal file
3
back/config/module/book/model.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from core.util import update_module_locals
|
||||
|
||||
update_module_locals(__name__, locals())
|
||||
3
back/config/module/book/schema.py
Normal file
3
back/config/module/book/schema.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from core.util import update_module_locals
|
||||
|
||||
update_module_locals(__name__, locals())
|
||||
Reference in New Issue
Block a user