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

2022-05-27 Thread Clive Bruton
On 27 May 2022, at 22:37, Andrew Rea wrote: OperationalError at /admin/login/ database or disk is full Is this because my SQLite database is full from other projects? Or possibly because I have too many virtual envs from those same other projects? Or is it due to my personal computer's di

Django Overlap Checking

2022-05-27 Thread Akib Hasan Ratul
I am trying to make django overlapping validation but could not do it, can anyone help me record=[] if count > 1: for i in range(count): start_run = self.data.get(f'runningdefinition_set-{i}-start_run',[]) end_run = self.data.get(f'runningdefinition_set-{i}-end_run',[]) application_run =self.d

OperationalError at /admin/login database or disk is full

2022-05-27 Thread Andrew Rea
Hello! This is my first post in this group so be gentle. I'm creating a new Django project, and I've successfully created a superuser. But when I try to access the Admin page of my project with my superuser credentials, I receive this error: OperationalError at /admin/login/ database or disk

Re: What do they mean, exactly

2022-05-27 Thread Sabir Ali
(Hpenv) E:\HealthPrediction>python manage.py makemigrations *No changes detected* (Hpenv) E:\HealthPrediction> "No changes detected' what will i do Please help me. I am beginner in django. Please help me On Friday, May 27, 2022 at 2:12:09 AM UTC+5:30 dcol...@gmail.com wrote: > I was reading

Re: LogIn Class Based View

2022-05-27 Thread Lalit Suthar
refer: https://docs.djangoproject.com/en/4.0/topics/class-based-views/ https://www.youtube.com/watch?v=Xeh9r0CXBmU&list=PLEsfXFp6DpzTD1BD1aWNxS2Ep06vIkaeW&index=36&t=1s On Fri, 27 May 2022 at 01:07, 'dtdave' via Django users < django-users@googlegroups.com> wrote: > I have this function based vie