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
On Thu, Apr 25, 2013 at 3:59 PM, Pedro Silva wrote:
> installed apps:
> 'django.contrib.auth',
> 'django.contrib.contenttypes',
> 'django.contrib.sessions',
> 'django.contrib.messages',
> 'django.contrib.staticfiles',
> 'django.contrib.admin',
> 'django.contrib.admindoc
On Thu, Apr 25, 2013, Pedro Silva 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
no luck with that
Quinta-feira, 25 de Abril de 2013 14:27:31 UTC+1, Timothy Makobu escreveu:
>
> You need to catch exceptions during a commit and rollback the incomplete
> transaction.
>
> from django.db import connection
> connection._rollback()
>
> to rollback the current one.
>
>
> On Thu, Apr
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',
#m
On Thu, Apr 25, 2013, Pedro Silva wrote:
>I cant sync db with heroku postgresql, with sqllite works great.
>Can anybody help me?
>requeriments:
>Django==1.4.5
>PIL==1.1.7
>distribute==0.6.36
>dj-database-url==0.2.1
>django-db-log==2.2.1
>django-log-file-viewer==0.4
>psycopg2==2.5
>virtualenv==1.9
no lock with that
--
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@go
You need to catch exceptions during a commit and rollback the incomplete
transaction.
from django.db import connection
connection._rollback()
to rollback the current one.
On Thu, Apr 25, 2013 at 4:08 PM, Pedro Silva wrote:
> I cant sync db with heroku postgresql, with sqllite works great.
> Ca
I cant sync db with heroku postgresql, with sqllite works great.
Can anybody help me?
requeriments:
Django==1.4.5
PIL==1.1.7
distribute==0.6.36
dj-database-url==0.2.1
django-db-log==2.2.1
django-log-file-viewer==0.4
psycopg2==2.5
virtualenv==1.9.1
erro:
c:\WorkspacePY>python manage.py reset meet
9 matches
Mail list logo