Created
September 25, 2013 11:25
-
-
Save nickknissen/6698311 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import sys | |
base_path = os.path.dirname(os.path.abspath(__name__)) | |
sys.path.append(os.path.join(base_path)) | |
from app.models import db | |
target_metadata = db.metadata |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment