minor changes to scrips and contrib
This commit is contained in:
@@ -7,8 +7,8 @@ db = get_db()
|
||||
"""
|
||||
import os
|
||||
from gluon import *
|
||||
from gluon.dal.adapters import ADAPTERS, PostgreSQLAdapter
|
||||
from gluon.dal.helpers.classes import UseDatabaseStoredFile
|
||||
from pydal.adapters import ADAPTERS, PostgreSQLAdapter
|
||||
from pydal.helpers.classes import UseDatabaseStoredFile
|
||||
|
||||
class HerokuPostgresAdapter(UseDatabaseStoredFile,PostgreSQLAdapter):
|
||||
drivers = ('psycopg2',)
|
||||
|
||||
+1
-1
Submodule gluon/packages/dal updated: da1b8e2a21...2554dac7a4
Reference in New Issue
Block a user