Thursday, April 25, 2013

Re: cant syncdb with postgresql

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.


Quinta-feira, 25 de Abril de 2013 15:10:21 UTC+1, Daniele Procida escreveu:
On Thu, Apr 25, 2013, Pedro Silva <pedromss...@gmail.com> 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.1

Can you list what you have in INSTALLED_APPS?

And, are you doing your syncdb on an empty database, or one with data already in it?

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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment