Re: django queryset - Get the data particular to current year only

2022-04-02 Thread Lalit Suthar
I think this is related to your query https://stackoverflow.com/a/28101722/8882295 On Thu, 31 Mar 2022 at 11:22, Trippy Samurai wrote: > > > > I have my query written to get some thing from database and display on my > website that query is get

Re: runserver not working

2022-04-02 Thread Heman Okumbo
Ensure that your manage.py file on your settings folder has the right syntax as shown. On Tue, Mar 22, 2022, 08:07 'Delvin Alexander' via Django users < django-users@googlegroups.com> wrote: > would anyone know why my "manage.py runserver" is not working? > > Every time i try running it on the c

Re: runserver not working

2022-04-02 Thread Gabriel Araya Garcia
Did you solve that. If not, you could tell me and I'll help you Gabriel Araya Garcia GMI - Desarrollo de Sistemas Informáticos El mar, 22 mar 2022 a las 2:07, 'Delvin Alexander' via Django users (< django-users@googlegroups.com>) escribió: > would anyone know why my "manage.py runserver" is n

Django admin Ordering the display

2022-04-02 Thread Ali Hamza
How i Order this field descending order. i want completeorders show first then completemodules [image: DeepinScreenshot_select-area_20220402171316.png] -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rece

django html error

2022-04-02 Thread 5021-Chandra Prakash.S
i am new to django, there is no error in my project but my html page is not loading ,its just appearing white blank screen when i run the server.I had checked settings.py file and edited the templates setting but then too my html file isn't loading. -- You received this message because you are

Re: django.db.utils.OperationalError: index row requires 45344 bytes, maximum size is 8191

2022-04-02 Thread Antonis Christofides
Sorry, which model is causing the problem? Which is the model that started giving you errors when you added the Meta? Antonis Christofides +30-6979924665 (mobile) On 02/04/2022 15.00, Sunday Ajayi wrote: Hi Antonis below is my model definition: from django.db import models from authenticat

Re: django.db.utils.OperationalError: index row requires 45344 bytes, maximum size is 8191

2022-04-02 Thread Sunday Ajayi
Hi Antonis below is my model definition: from django.db import models from authentication.models import User,Business import cloudinary from cloudinary.models import CloudinaryField from django.core.paginator import Paginator,EmptyPage,PageNotAnInteger,InvalidPage from rest_framework.pagination