##// END OF EJS Templates
in case we turn on celery, and connection fails, set the global flag CELERY_ON to false, helps with odd...
in case we turn on celery, and connection fails, set the global flag CELERY_ON to false, helps with odd problems during this state

File last commit:

r833:9753e090 beta
r3427:d77d9ff1 beta
Show More
__init__.py
10 lines | 159 B | text/x-python | PythonLexer
added dbmigrate package, added model changes...
r833 """
This module contains database dialect specific changeset
implementations.
"""
__all__ = [
'postgres',
'sqlite',
'mysql',
'oracle',
]