Re: Postgres database users and roles for DJango App

2019-12-08 Thread John McClain
I think PUBLIC SCHEMA is just referring to the fact django apps are built for purpose in the first place... Try this here: https://wsvincent.com/django-user-authentication-tutorial-login-and-logout/ It walks you through the auth install and later introduces you to the process of adding users...

Postgres database users and roles for DJango App

2019-12-07 Thread Ram
Hi, I'm looking for steps for configuring Postgres database user and roles for DJango production app. One additional question that I've is every document that I referred so far describes about 'PUBLIC' schema only. I'm not sure whether this is production App setting? I appreciate if someone can