i am interested
On Fri, Dec 1, 2023 at 12:00 AM Talha Malik
wrote:
> I'm interested, add me too +923098109886
>
> On Mon, 27 Nov 2023, 9:20 pm Aminu Auwal,
> wrote:
>
>> I am interested add me +2438062282242
>>
>> On Mon, Nov 27, 2023 at 4:10 PM okot emmanuel
>> wrote:
>>
>>> add me +256779815
hello everyone
I get an error when I do makemigrations. I tried many things. It didn't
happen
django.db.utils.ProgrammingError: (1146, "Table 'prodb1.auth_user' doesn't
exist")
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe fro
On Sat, Dec 2, 2023 at 9:00 AM Nurlanbek Musaev
wrote:
> hello everyone
> I get an error when I do makemigrations. I tried many things. It didn't
> happen
> django.db.utils.ProgrammingError: (1146, "Table 'prodb1.auth_user' doesn't
> exist")
Have you run the initial migrations that would have c
On 02/12/2023 07.56, Nurlanbek Musaev wrote:
hello everyone
I get an error when I do makemigrations. I tried many things. It didn't
happen
django.db.utils.ProgrammingError: (1146, "Table 'prodb1.auth_user'
doesn't exist")
If you've just tried many things you need to try more things. At some
Hi. I can put an item from the database into a select box ie Countries of
the World. What I want to know is saying, having chosen New Zealand from
the select box, how do I display all the cities of New Zealand in another
select box.
The database has two tables. First one is Countries. The second t
On 3/12/2023 7:27 am, David Merrick wrote:
Hi. I can put an item from the database into a select box ie Countries
of the World. What I want to know is saying, having chosen New Zealand
from the select box, how do I display all the cities of New Zealand in
another select box.
The database has
Hi Mike ,
You can do the following using query parameters.
Create a separate endpoint /getcities?city=... . You send the state and get
array of cities.
This endpoint would give you a json array of cities.
On selection of state on the frontend, your event listener would make api
call to above endpoi
On 2/12/2023 5:42 pm, Mike Dewhirst wrote:
I'm now thinking/wondering if a htmx timed execution - say every one
or two seconds - might call a view which monitors a singleton being
updated by the main view kicked off by the form's submit button.
Well that almost worked! I can update the singlet
8 matches
Mail list logo