Jack

Results 40 comments of Jack

Defining your `GOOGLE_API_KEY` in settings is also important.

When using subclass instead of using AddressField, I also experienced the "address not picked up" issue, thus it totally lost the point of using the library since it no longer...

Agree. However another observation using subclass is losing the ability to create instance with plain dictionary, which is easily done by using AddressField as described in the Readme, even without...

are there ways to retry upon database connection lost?

instead of `git-all`, how about just `git`? I also install git in my Dockerfile and it works ```shell ARG PYTHON_VERSION=3.9-slim-bullseye # define an alias for the specfic python version used...

Perhaps considering django-allauth-2fa? https://github.com/valohai/django-allauth-2fa

if using [docker-compose 1.29 or later](https://github.com/docker/compose/issues/8154), will the following condition work? ``` depends_on: service_completed_successfully ``` Also, we can always run migration before starting the server.

in the meantime, I'd use `[link name](https://www.example.com/){:target="_blank"}`

No, the search box still not shown, while the server can respond the json when pasting the url. Is the '{s}' automatically refer to the user input? Really appreciate your...

Hi seadour, thanks for your help, I still can't make it work. There are too many properties in each object and there are so many objects in the database, it...