Block a user
added CSRF trusted origin config, added tzdata - needed in debug mode
Okay, I think I found the root cause of the issue:
HttpRequest.is_secure(): Returns True if the request is secure; that is, if it was made with HTTPS. Django isn’t magic here: it goes on…
added CSRF trusted origin config, added tzdata - needed in debug mode
https://medium.com/django-deployment/how-to-fix-djangos-https-redirects-in-nginx-63d304ddb19c
Tossing that into the mix as well...
added CSRF trusted origin config, added tzdata - needed in debug mode
I don't get this. This should only be a problem, if django actually wants to check for HTTPS.
added CSRF trusted origin config, added tzdata - needed in debug mode
Warning
Modifying this setting can compromise your site’s security. Ensure you fully understand your setup before changing it.
Make sure ALL of the following are true before setting…
mhu
created branch feature/21-add-package-params in mhu/shimatta-kenkyusho
2024-11-19 21:33:53 +01:00
Add parameters to packages, that can be inherited by components
Port Django to 5.1 with the long term goal to switch to 5.2 which will be LTS supported
correct type conversion in csv import
correct type conversion in csv import
Hi @sst can you port this to the new merged structure? Due to the changes I did in the views, the import ahs moved to the views folder.
Otherwise it's okay and can be merged
mhu
deleted branch feature/small-useability-improvements from mhu/shimatta-kenkyusho
2024-11-19 20:33:07 +01:00
feature/small-useability-improvements