Dennis Schmalacker
Dennis Schmalacker
It is not possible with this library to write tenant specific apps and is probably out of scope.
You can lookup which schema currently is being used by your connection by: ``` from django.db import connection print(connection.tenant) ```
Hey, you can just generate a universal binary even on intel: https://developer.apple.com/documentation/xcode/building_a_universal_macos_binary Debugging is another thing, but proving something so people can test it.
http://www.cyberciti.biz/faq/linux-unix-bsd-nginx-413-request-entity-too-large/ Classic not my problem....
And since you want to upload the file in one chunk, you will have to have a look at this: http://bepasty-server.readthedocs.org/en/latest/quickstart.html#bepasty.config.Config.MAX_BODY_SIZE
You changed from rest-api to normal web? Didn't it work with the rest api?
I will rework the rest api to make is usable with curl and/or other similr tools
http://www.polymer-project.org/ This is something different. But maybe consider this?
Easiest implementation is windows style xD. 2h... 5mins... 3 days... This should be linked to the javascript client issue. #27
I already researched this option. We have to implement this in the fileuploader.js before the file is uploaded. Displaypage then heavily realies on javascript. Or details are only shown in...