Re: Using other schema in PostgeSQL

2018-04-07 Thread john fabiani`
https://stackoverflow.com/questions/1160598/how-to-use-schemas-in-django?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa Johnf On 04/06/2018 05:28 PM, Michel Vega Fuenzalida wrote: Hello people, I'm using PostgeSQL not using the public schema but a different one named

Re: Using other schema in PostgeSQL

2018-04-06 Thread Jani Tiainen
You can give search path in database options which IMO is cleanest option you can have now. See https://stackoverflow.com/questions/31726064/how-to-connect-to-multiple-postgresql-schemas-from-django For example how to do that. la 7. huhtikuuta 2018 klo 4.15 Michel Vega Fuenzalida kirjoitti: >

Re: Using other schema in PostgeSQL

2018-04-06 Thread Fabio C. Barrionuevo da Luz
This is a very old issue: https://code.djangoproject.com/ticket/6148 https://code.djangoproject.com/ticket/7556 https://code.djangoproject.com/ticket/22673 I do not know if there is someone working on ORM and Migrations to fix this issue. I've seen something like this somewhere, but I do not

Using other schema in PostgeSQL

2018-04-06 Thread Michel Vega Fuenzalida
Hello people, I'm using PostgeSQL not using the public schema but a different one named: 'correo', I need to tell Django to use the that schema (I have deleted the public schema) Thanks -- Michel Vega Fuenzalida Usuario Linux: 323650 -- You received this message because you are subscribed to