Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-30 Thread hari49pf
Thank U, it is working. On Wednesday, October 30, 2019 at 11:02:22 PM UTC+5:30, sacrac wrote: > > man you just have the user variable in the configuration of the bd > misspelled, change USERS for USER > > On Wed, Oct 30, 2019 at 11:16 AM hari49pf > > wrote: > >> yes harish.b is OS user, db us

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-30 Thread carlos
man you just have the user variable in the configuration of the bd misspelled, change USERS for USER On Wed, Oct 30, 2019 at 11:16 AM hari49pf wrote: > yes harish.b is OS user, db user is harishb. > DB: ourscomputerlearning > > > On Wednesday, October 30, 2019 at 10:10:42 AM UTC+5:30, Kevin Jay

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-30 Thread hari49pf
yes harish.b is OS user, db user is harishb. DB: ourscomputerlearning On Wednesday, October 30, 2019 at 10:10:42 AM UTC+5:30, Kevin Jay wrote: > > I meant to type ‘harish.b’ > > On Tue, Oct 29, 2019 at 11:37 PM Kevin Jay > > wrote: > >> Does the user ‘garish.b’ have a system password? >> >> On T

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-30 Thread hari49pf
i am using *postgresql*, not *oracle*. please help me out On Wednesday, October 30, 2019 at 4:39:18 PM UTC+5:30, Siratim Mustaquim wrote: > > Can You please check your DB configuration @hari49pf. As @carlos mentioned > there might be an error there. > > [image: database.png] > > > > > On Wed

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-30 Thread Siratim Mustaquim
Can You please check your DB configuration @hari49pf. As @carlos mentioned there might be an error there. [image: database.png] On Wed, Oct 30, 2019 at 10:40 AM Kevin Jay wrote: > I meant to type ‘harish.b’ > > On Tue, Oct 29, 2019 at 11:37 PM Kevin Jay wrote: > >> Does the user ‘garish.b’

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-29 Thread Kevin Jay
I meant to type ‘harish.b’ On Tue, Oct 29, 2019 at 11:37 PM Kevin Jay wrote: > Does the user ‘garish.b’ have a system password? > > On Tue, Oct 29, 2019 at 10:38 PM hari49pf wrote: > >> Hi sir, >> I didn't understood, can u elaborate, I am new to django, Plz, help me >> out. >> >> regards. >> H

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-29 Thread Kevin Jay
Does the user ‘garish.b’ have a system password? On Tue, Oct 29, 2019 at 10:38 PM hari49pf wrote: > Hi sir, > I didn't understood, can u elaborate, I am new to django, Plz, help me out. > > regards. > Harish.Bheemanpaly > > On Wednesday, October 30, 2019 at 1:21:50 AM UTC+5:30, sacrac wrote: >>

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-29 Thread hari49pf
Hi sir, I didn't understood, can u elaborate, I am new to django, Plz, help me out. regards. Harish.Bheemanpaly On Wednesday, October 30, 2019 at 1:21:50 AM UTC+5:30, sacrac wrote: > > Hi i see one error > USERS is incorrect > see the doc > https://docs.djangoproject.com/en/2.2/ref/databases/#id1

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-28 Thread Harish Bheemanpally
Yes, I have installed all the packages required for postgresql, I configured the Djanog in windows with Postgresql, it running perfectly. but in Fedroa 30 server i am facing the problem, On Monday, October 28, 2019 at 4:30:59 PM UTC+5:30, Motaz Hejaze wrote: > > did you install all required pac

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-28 Thread Harish Bheemanpally
On Monday, October 28, 2019 at 4:30:59 PM UTC+5:30, Motaz Hejaze wrote: > > did you install all required packages for postgresql ? > > > On Mon, Oct 28, 2019 at 12:55 PM Harish Bheemanpally > wrote: > >> Yes it was running perfectly in sqllie & Mysql. But in postgresql i am >> unable to configu

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-28 Thread carlos
You can show the settings and permissions of the DB, because the user harish.b and harishb are different! On Mon, Oct 28, 2019 at 5:00 AM Motaz Hejaze wrote: > did you install all required packages for postgresql ? > > > On Mon, Oct 28, 2019 at 12:55 PM Harish Bheemanpally > wrote: > >> Yes it

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-28 Thread Motaz Hejaze
did you install all required packages for postgresql ? On Mon, Oct 28, 2019 at 12:55 PM Harish Bheemanpally wrote: > Yes it was running perfectly in sqllie & Mysql. But in postgresql i am > unable to configure Djanog > the postger server screen shot > > please let me know for any information re

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-28 Thread Motaz Hejaze
Does it run on sqlite ?? You need to show the code On Mon, 28 Oct 2019, 8:10 am Harish Bheemanpally, wrote: > There is not user with harish in *DB*(postgresql) > the harish is the user of *OS*. > > As suggested by sacrac: > > I have created a new user in DB with the name harishb who is the owner

Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-27 Thread Harish Bheemanpally
There is not user with harish in *DB*(postgresql) the harish is the user of *OS*. As suggested by sacrac: I have created a new user in DB with the name harishb who is the owner of the DB and changed the setting.py still raising same error when i am trying to run migrate or run the django PLZ He