i already try it, no success, i think app its fine, its something with postgresql... 2 days ago i was able to sync, create.. db since yesterday its jus give that msg. i already uninstall python and django, reinstall and get same erro. Still works fine with sqlite3, when i change the db... fails its something with heroku i guess. i just copy and past the db configs from heroku.
Quinta-feira, 25 de Abril de 2013 16:47:06 UTC+1, Daniele Procida escreveu: > > On Thu, Apr 25, 2013, Pedro Silva <[email protected] <javascript:>> > wrote: > > >installed apps: > > 'django.contrib.auth', > > 'django.contrib.contenttypes', > > 'django.contrib.sessions', > > 'django.contrib.messages', > > 'django.contrib.staticfiles', > > 'django.contrib.admin', > > 'django.contrib.admindocs', > > 'psycopg2.extensions', > > #my app > > 'meetpop.meet', > > #more info at https://code.google.com/p/gsettings/wiki/API > > 'meetpop.gsettings', > > #django logging view helper > > 'django-log-file-viewer', > > #custom template tags > > 'meetpop.meet.templatetags', > > > >its fresh, i can create a fresh sqllite db with no probs. > > I would suggest trying it with only the django.contrib apps, and nothing > else. > > If that doesn't work, then I don't know what to suggest. > > Daniele > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

