Added import for django DB to base

This commit is contained in:
2010-05-14 14:24:51 +01:00
parent b57cdc8d8f
commit 7376f1e1b8

View File

@@ -1,4 +1,5 @@
import settings
from django.db import load_backend, transaction, IntegrityError
def get_api(api):