A simple register_modules helper function.
This commit is contained in:
parent
d232e0f6be
commit
db61f7d152
@ -29,4 +29,5 @@ def register_models(connection):
|
||||
"""
|
||||
Register all models in REGISTER_MODELS with this connection.
|
||||
"""
|
||||
pass
|
||||
connection.register(REGISTER_MODELS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user