django-swiftbrowser
django-swiftbrowser copied to clipboard
Simple web app build with Django and Twitter Bootstrap to access Openstack Swift.
install use docker ,code use master branch,but my browser return 400 error。 docker logs contain compiled with version: 8.3.0 on 15 August 2019 07:37:03 os: Linux-3.10.0-957.10.1.el7.x86_64 #1 SMP Mon Mar...
Allow more overrides with docker environment variables. support running via https without "blocked:mixedcontent" browser errors and cdn requests
TypeError at /upload/pippo/ character mapping must return integer, None or unicode Request Method: GET Request URL: http://swift:8000/upload/pippo/ Django Version: 1.8.6 Exception Type: TypeError Exception Value: character mapping must return integer,...
Hello, I have installed this bundle on centos machine. 1. Do i need to install swift client before installing this package 2. What should be content of swiftbrowser.settings?
Fix upload with new `hmac` behavior. The issue is similar to the one described here: https://github.com/nicolaiarocci/eve/issues/199
As per title, use english as default and fix typo.
Use makefile for simple installation (in a virtualenv) and run: ``` git clone ... cd django-swiftbrowser make install make run ```
Add tracebacks on errors in order to understand what was wrong during execution.
If django 1.10 is selected for installation, than the routes are not valid (the urlpatterns scheme used here is not compatible with 1.10).