Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasThoren committed May 5, 2015
1 parent 4c8ef7b commit 381acdc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions realestate/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,20 @@ def __init__(self, initial_date=None, until_date=None):
:type until_date: string
'''

log.debug('1')

self.initial_date = initial_date

log.debug('2')

self.until_date = until_date

log.debug('3')

base = declarative_base()

log.debug('4')

try:
print os.environ.get('REAL_ESTATE_SERVER_ENGINE')
except Exception, error:
Expand Down

0 comments on commit 381acdc

Please sign in to comment.