Using django syncdb is fine - just make sure the database itself is
set up with utf-8 encoding. I used that very command just prior to
running "django-admin.py syncdb"

You might check the archives of this group for similiar topics - I
recall seeing discussion on this previously, and I think they had some
good pointers on "how to tell" and "what to do when it wasn't".

-joe

On 5/8/07, Gerard M <[EMAIL PROTECTED]> wrote:
>
> Well I did not create the table myself on postgreSQL, I used django
> manage.py syncdb and that created my database from my models, and I
> have to build it like that because thats the way I access to the
> tables too, so I need to find a way to alter them or to set a
> collation or to change the "client_encoding" but I have no idea :
> ( thanks for your kind help.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to