Skip to content

Commit

Permalink
Fix panda
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Feb 23, 2013
1 parent 89b7ce9 commit adee147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 1 addition & 11 deletions frontend/unicorn/unicorn/settings.py
Expand Up @@ -23,17 +23,7 @@
# Don't forget to use absolute paths, not relative paths. # Don't forget to use absolute paths, not relative paths.
) )
else: else:
DATABASES = { import db_settings.py
'default': {
'ENGINE':'django.db.backends.mysql',
'NAME':'hobogitquest',
'USER':'',
'PASSWORD':'',
'HOST':'localhost',
'PORT':'3306'
}
}



# Local time zone for this installation. Choices can be found here: # Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
Expand Down
4 changes: 2 additions & 2 deletions handle_django_response.pl
Expand Up @@ -57,7 +57,7 @@
head => "$user:"."master"}); head => "$user:"."master"});
my $link = $result->content->{_links}->{html}->{href}; my $link = $result->content->{_links}->{html}->{href};
#Post to twitter #Post to twitter
$twitter_msg =~ s/\[LINK\]$/$link/; $twitter_txt =~ s/\[LINK\]$/$link/;
$nt->update($twitter_msg); $nt->update($twitter_txt);
} }
} }

0 comments on commit adee147

Please sign in to comment.