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