Niccolò Cantù
Niccolò Cantù
## Expected Behavior Searching for "members" should find the default group "Registered Members" ## Actual Behavior Nothing is found, the UI breaks ![FireShot Capture 106 - Cerca - localhost -...
Hi, I use cookiecutter-django in a project, which by default use in this settings ``` PASSWORD_HASHERS = [ # https://docs.djangoproject.com/en/dev/topics/auth/passwords/#using-argon2-with-django "django.contrib.auth.hashers.Argon2PasswordHasher", "django.contrib.auth.hashers.PBKDF2PasswordHasher", "django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher", "django.contrib.auth.hashers.BCryptSHA256PasswordHasher", ] ``` This seems to create...
Hi, I when using datasette behind a reverse proxy the urls generated by `get_absolute_url` have the wrong protocol unless https is forced via settings. It could be easy to add...
Changes made to nginx configuration for geonode are saved inside a volume, this leads to situations where you rebuild the image changing the configuration file, but the configuration doesn't change...
Entrypoint for django service doesn't read arguments passed as command in the docker-compose. ``` Executing standard Django server for Development ----------------------------------------------------- FINISHED DJANGO ENTRYPOINT -------------------------- ----------------------------------------------------- got command ```
I'm having some difficulties while developing with geonode-project using the master branch, in particular I'm struggling with finding documentation on how to run the project in "development mode". In django...
I have a django application using procrastinate with the following dependencies: ``` python 3.11 psycopg[binary]==3.1.19 django==5.0.6 procrastinate[django]==2.9.1 ``` When I start the worker it works fine, but after some time...