Re: Kindly Help

2022-06-27 Thread 'Kasper Laudrup' via Django users
On 27/06/2022 21.14, Habib ur rehman wrote: > raise MigrationSchemaMissing( > django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the > django_migrations table ((1064, "You have an error > in your SQL syntax; check the manual that corresponds to your MySQL server > version fo

Re: Could not parse the remainder: '='dashboard'' from 'section='dashboard''

2022-06-27 Thread Gonçalo Peres
The problem is the lack of space between section and the ==, as well as a missing = My answer here can be of help: https://stackoverflow.com/a/7260/7109869 On Friday, November 22, 2019 at 7:04:41 PM UTC allaberdi...@gmail.com wrote: > [image: Capture.JPG] > > > > -- You received this mess

Re: Kindly Help

2022-06-27 Thread 'Kasper Laudrup' via Django users
On 27/06/2022 21.14, Habib ur rehman wrote: > raise MigrationSchemaMissing( > django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the > django_migrations table ((1064, "You have an error > in your SQL syntax; check the manual that corresponds to your MySQL server > version fo

Re: Kindly Help

2022-06-27 Thread 'Kasper Laudrup' via Django users
On 27/06/2022 21.14, Habib ur rehman wrote: raise MigrationSchemaMissing( django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table ((1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the ri

Kindly Help

2022-06-27 Thread Habib ur rehman
raise MigrationSchemaMissing( django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table ((1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(6) NOT NULL)' at lin

Re: hr and employee login api in django authendication

2022-06-27 Thread 'Kasper Laudrup' via Django users
On 27/06/2022 11.03, Ganush K wrote: hr and employee login api in django authendication ..plz help ..hr view 1.total employee ,salry mangement  then employee view only our account..any code or refer any things share me.. ganushgm2...@gmail.com If you want someone to help you at least spent s

hr and employee login api in django authendication

2022-06-27 Thread Ganush K
hr and employee login api in django authendication ..plz help ..hr view 1.total employee ,salry mangement then employee view only our account..any code or refer any things share me.. ganushgm2...@gmail.com -- You received this message because you are subscribed to the Google Groups "Django u

Does Django care about max_query_params? [feature request]

2022-06-27 Thread Ilya Gurov
Hi, all! Gotta problem with the number of query params. We're using a backend, which connects to a cloud database, and at some point we suddenly started getting such an error: *Number of parameters in query exceeds the maximum allowed limit of 950* Appearing on this step: *django/django/cont

How to ignoring columns on model save

2022-06-27 Thread ro...@tonic-solutions.com
I have a model that is backed by a database table that contains a read-only column that is maintained by the database using Postgresql's Generated Columns (i.e. using GENERATED ALWAYS AS) - see https://www.postgresql.org/docs/current/ddl-generated-columns.html. When Django saves the model, it t