add 'contact' extension, move Person to it
This commit is contained in:
parent
75d680a8b0
commit
230a0d7775
6 changed files with 171 additions and 35 deletions
1
setup.py
1
setup.py
|
@ -217,6 +217,7 @@ uuid = edbob.commands:UuidCommand
|
|||
|
||||
[edbob.db.extensions]
|
||||
auth = edbob.db.extensions.auth:AuthExtension
|
||||
contact = edbob.db.extensions.contact:ContactExtension
|
||||
|
||||
""",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue