예제 #1
0
 def get_new_connection(self, params):
     conn = Connection(self, params)
     load_special_indexes()  # make sure special indexes are loaded
     return conn
예제 #2
0
파일: base.py 프로젝트: MihailRussu/djangae
 def get_new_connection(self, params):
     conn = Connection(self, params)
     load_special_indexes()  # make sure special indexes are loaded
     return conn