Re: error at deployment

2020-08-22 Thread Amresh Giri
Check logs bro. You'll know what went wrong and where. On Sun, Aug 23, 2020, 3:45 AM Sayur Patel wrote: > hello i am beginner and this is my first project. > > i have error on my home page. > > i do > >1. installing dependency >2. makemigrations >3. migrate >4. createsuperuser

Re: How to reset is_actibe field of auth_user

2020-08-24 Thread Amresh Giri
I think this setting can be handled from your IDP side in the application. On Mon, Aug 24, 2020, 5:46 PM Kamakshi Aggarwal wrote: > Hi, > > We are using django application in our company. We are using > RemoteUserAuthentication for that(single sign on). Only employees can sign > in. > Once empl

Re: why style.css is not read by my codes. i am using VScode for Django

2020-08-24 Thread Amresh Giri
Is is supposed to be "statics" ? On Mon, Aug 24, 2020, 9:49 PM alka reetesh wrote: > I have used python manage.py collectstatic, which gave > error--FileNotFoundError: [WinError 3] The system cannot find the path > specified: 'C:\dmform\myproject\statics' > > -- > You received this message becau

Re: How to reset is_active field of auth_user

2020-08-24 Thread Amresh Giri
This setting can be configured from the Identity Provider account like Okta, onelogin, etc when you create an app on it. On Tue, Aug 25, 2020, 10:48 AM Kamakshi Aggarwal wrote: > Can you explain it more to me? Its not clear. > > On Mon, 24 Aug 2020, 8:04 pm Amresh Giri, wrote: >