Re: debugging issues with settings.py and database (postgres) and syncdb

2012-12-27 Thread Dan Richards
Yes indeed! That was it. I am following a tutorial for getting things running on a Heroku platform and that seems to be something special for that environment. Thank you!! On Thursday, December 27, 2012 12:52:57 PM UTC-5, donarb wrote: > > On Thursday, December 27, 2012 8:51:11 AM UTC-

Re: debugging issues with settings.py and database (postgres) and syncdb

2012-12-27 Thread Dan Richards
Yeah, psycopg2 is definitely installed... On Thursday, December 27, 2012 9:03:31 AM UTC-5, ke1g wrote: > > > > On Thu, Dec 27, 2012 at 8:26 AM, Dan Richards > > wrote: > >> Hmmm...well that isn't working either - same error. My method for >> verifying it

Re: debugging issues with settings.py and database (postgres) and syncdb

2012-12-27 Thread Dan Richards
uration access problem with the DB. > > > On 26 December 2012 13:18, Dan Richards >wrote: > >> NO, just me messing around that it made no difference. I have the db >> access to all and trust and the error doesn't change no matter what I use >> there. It feels

Re: debugging issues with settings.py and database (postgres) and syncdb

2012-12-26 Thread Dan Richards
s via psql which I can do... On Wednesday, December 26, 2012 12:40:28 PM UTC-5, Dan Richards wrote: > > First off, I am a newbie to django, python and postgres - so I suspect I > am missing something obvious, but I am stumped. Any ideas will be > gratefully accepted... > > I

debugging issues with settings.py and database (postgres) and syncdb

2012-12-26 Thread Dan Richards
First off, I am a newbie to django, python and postgres - so I suspect I am missing something obvious, but I am stumped. Any ideas will be gratefully accepted... I get the popular "Improperly configured settings.DATABASES" error message when I run syncdb on my test app. I am running: django