Re: pgAdmin cookies on new project

2020-07-26 Thread Aditya Toshniwal
Hi Fabio, On Sun, Jul 26, 2020 at 5:43 PM Fabio wrote: > I'm using python 3.7.4 on windows 7 > > I have installed PostgreSQL 12 and pgAdmin 4.24 (last versions of both). > > I started a new django project with these simple steps: > > - mkvirtualenv prova > > - pip install django > > - django-adm

pgAdmin cookies on new project

2020-07-26 Thread Fabio
I'm using python 3.7.4 on windows 7 I have installed PostgreSQL 12 and pgAdmin 4.24 (last versions of both). I started a new django project with these simple steps: - mkvirtualenv prova - pip install django - django-admin.py startproject progettoprova I didn't changed settings.py so I'm usin

Re: Schema related

2020-07-26 Thread Ashesh Vashi
On Sat, 25 Jul 2020 at 16:59, Ajay Kumar wrote: > Hi > > I have PG12.3 and am using pgadmin4.21. > I created my own schema, right click and went to query tool and tried to > create some tables. > When I checked, it created all those tables in PUBLIC schema. How can > ceate the same in my own sche