Skip to content

Commit

Permalink
noted where to put your user/pass for psql
Browse files Browse the repository at this point in the history
  • Loading branch information
econchick committed Sep 8, 2013
1 parent 49bb10c commit ebc1852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrape/living_social/scraper_app/settings.py
Expand Up @@ -15,6 +15,6 @@
DATABASE = {'drivername': 'postgres',
'host': 'localhost',
'port': '5432',
'username': 'lynnroot',
'password': '',
'username': 'YOUR_USERNAME', # fill in your username here
'password': 'YOUR_PASSWORD', # fill in your password here
'database': 'scrape'}

0 comments on commit ebc1852

Please sign in to comment.