Re: How To Use PostgreSQL with your Django on Ubuntu

2019-03-20 Thread VeeraNagaRaja Sankar
hi Nasim, this is config setting to use the Postgres DB instead of using SQLite in Django Best Regards, Inti VeeraNagaRaja Sankar,M.Tech(IT) M: 9985864383 intisank...@gmail.com https://about.me/veeranagarajasankar On Wed, Mar 20, 2019 at 5:56 PM Nasim TKP wrote: > What is this will you explai

Re: How To Use PostgreSQL with your Django on Ubuntu

2019-03-20 Thread Nasim TKP
What is this will you explain in detail please On Wed, 20 Mar 2019, 2:50 pm omar ahmed, wrote: > done ... it works thank you veera > > On Tuesday, March 19, 2019 at 3:32:31 PM UTC+2, veera nagaraja sankar Inti > wrote: >> >> first need to install postgresql_psycopg2 driver >> >> create postgres

Re: How To Use PostgreSQL with your Django on Ubuntu

2019-03-20 Thread omar ahmed
done ... it works thank you veera On Tuesday, March 19, 2019 at 3:32:31 PM UTC+2, veera nagaraja sankar Inti wrote: > > first need to install postgresql_psycopg2 driver > > create postgres user (merudan) > > # DATABASES = { > # 'default': { > # 'ENGINE': 'django.db.backends.postgresq

Re: How To Use PostgreSQL with your Django on Ubuntu

2019-03-19 Thread VeeraNagaRaja Sankar
first need to install postgresql_psycopg2 driver create postgres user (merudan) # DATABASES = { # 'default': { # 'ENGINE': 'django.db.backends.postgresql_psycopg2', # 'NAME': 'django', # 'USER': 'merudan', # 'PASSWORD': 'merudan', # 'HOST': 'localhost',

Re: How To Use PostgreSQL with your Django on Ubuntu

2019-03-19 Thread omar ahmed
ok what about old projects only install postgresql and change db settings On Tuesday, March 19, 2019 at 2:42:02 PM UTC+2, Jani Tiainen wrote: > > Install Postgre, setup django, change db settings to match your Postgre db > and user credentials. Start migrations. > > > On Tue, Mar 19, 2019 at 2:3

Re: How To Use PostgreSQL with your Django on Ubuntu

2019-03-19 Thread Jani Tiainen
Install Postgre, setup django, change db settings to match your Postgre db and user credentials. Start migrations. On Tue, Mar 19, 2019 at 2:35 PM omar ahmed wrote: > hello .. > how can i Use PostgreSQL with your Django on Ubuntu > > -- > You received this message because you are subscribed t