Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
homunq committed Mar 15, 2012
1 parent 89eef85 commit 5bb307a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bc/settings.py
Expand Up @@ -16,7 +16,7 @@
MANAGERS = ADMINS

if 'DATABASE_URL' not in os.environ:
print "No database in environ."
print "No database in environ.", os.environ
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
Expand Down

0 comments on commit 5bb307a

Please sign in to comment.