-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix upload .qgz
project file
#544
Conversation
This PR fix also this: #542 (comment) |
@volterra79 can you check it ASAP? Thanks. |
I tried to test this pull following the steps of #480, but i get the following: Request Headers
Response Headers
|
This issue is related to django-file-form and caching problem (http://mbraak.github.io/django-file-form/details/)
Infact for production deploy I add django-redis module and move caching backend on redis g3w-suite/g3w-suite-docker#96. So because you use docker for delveloping I suggest to use redis as caching system or to pull down the gunicorn workers to 1. |
Fix reading
.qgz
QGIS project file on create new one or update.Closes: #543