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
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
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
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
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
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 ..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
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
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
9 matches
Mail list logo