A simple register_modules helper function.

This commit is contained in:
Christopher Allan Webber 2011-03-25 21:27:52 -05:00
parent d232e0f6be
commit db61f7d152

View File

@ -29,4 +29,5 @@ def register_models(connection):
"""
Register all models in REGISTER_MODELS with this connection.
"""
pass
connection.register(REGISTER_MODELS)