Re: Turn Django Web App to Mobile App

2022-06-28 Thread King Niko
Thank you my friend! On Tue, Jun 28, 2022 at 17:09 Ryan Nowakowski wrote: > I've used Cordova before > > https://cordova.apache.org/ > > On June 28, 2022 3:26:04 PM CDT, Lightning Bit < > thelegendofearthretu...@gmail.com> wrote: >> >> Hello all, >> >> Where should one start to convert a Django

Re: How to ignoring columns on model save

2022-06-28 Thread Ryan Nowakowski
On June 27, 2022 4:36:49 AM CDT, "ro...@tonic-solutions.com" wrote: >I know I could set `something like `instance.save(update_fields=[field for >field in instance._meta.fields if field.name != "_search")` but it would >need to be set on every save for that model throughout the application,

Re: Need some help

2022-06-28 Thread Ryan Nowakowski
Yup On June 26, 2022 8:11:01 PM CDT, Rohit Lohar wrote: >Can I make a form with the help of htmx such that the whole form has a >small container is dynamic and else whole part is static? > >On Mon, Jun 27, 2022, 4:07 AM Ryan Nowakowski wrote: > >> If you want the initial input field value to

Re: Turn Django Web App to Mobile App

2022-06-28 Thread Ryan Nowakowski
I've used Cordova before https://cordova.apache.org/ On June 28, 2022 3:26:04 PM CDT, Lightning Bit wrote: >Hello all, > >Where should one start to convert a Django Web App into a Mobile App for >the Play Store and Apple Store? Appreciate the help! > >-- >You received this message because

Turn Django Web App to Mobile App

2022-06-28 Thread Lightning Bit
Hello all, Where should one start to convert a Django Web App into a Mobile App for the Play Store and Apple Store? Appreciate the help! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: Kindly Help

2022-06-28 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

Vincular Usuário

2022-06-28 Thread Solange Carvalho
Trabalho com multi-empresas e gostaria de saber como vincular o cadastro de uma empresa a um usuário. Exemplo: Um usuário só acessa os dados de uma empresa e tudo vinculado a ela. Um usuário pode selecionar qual empresa acessar ou todas. Como programar? -- You received this message because you

Re: Removing "Invalid HTTP_HOST header" msgs with nginx.conf default server NOT working

2022-06-28 Thread cseb...@gmail.com
Thanks so much. I'll try it. And your solution has no need for Nginx tweaking. I love it. cs On Sunday, June 26, 2022 at 12:50:02 PM UTC-5 Mr.Teapot wrote: > Please take a look on the ALLOWED_HOSTS documentation > https://docs.djangoproject.com/en/4.0/ref/settings/#allowed-hosts. > > *A

Re: How to ignoring columns on model save

2022-06-28 Thread Jason
https://code.djangoproject.com/ticket/21454 there's an open ticket about this, some things might help you there. But right now, there's no easy way to get around this On Monday, June 27, 2022 at 5:36:50 AM UTC-4 ro...@tonic-solutions.com wrote: > I have a model that is backed by a database

Re: Does Django care about max_query_params? [feature request]

2022-06-28 Thread Jason
What db are you using? This might also be an issue for your db connector lib On Monday, June 27, 2022 at 10:49:40 AM UTC-4 gurov...@gmail.com wrote: > 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