Re: LogIn Class Based View

2022-05-28 Thread waqar khan
I think so problem cleaned data try if this pattern em= form.cleaned_data['email'] ps= form.cleaned_data['password'] user = authenticate(request,email=em,password=ps) this is way not solve problem share me error On Fri, May 27, 2022 at 1:07 AM 'dtdave' via Django users < django-users@googlegroups

Re: What do they mean, exactly

2022-05-28 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
this occurs when manage does not detect any changes to your project or if the project folders have lost sync. I have run into this before lots of times. this is based on djando 1.11 but should work moving forward in principal. In general try the following : syncdb : No longer exists

Re: OperationalError at /admin/login database or disk is full

2022-05-28 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
ok i will assume you are running a flavor of unix aka linux, freebsd etc /admin/login is a mount point but it depends on your hdd layout for example depending on your hdd initalization # df Filesystem SizeUsed Avail Capacity Mounted on zroot/RO