Flo

Results 23 comments of Flo

This is not the right patch as it will break old Django versions. @dcramer you should move this repository to the jazzband organization.

Right, sounds like also a way to ignore some urls and patterns :) Great idea.

If you are willing to implement this, I'm accepting a PR :)

It's not mentioned in the `README`, thank you for the answer @ornicar.

fixed, `gostorages` has been bumped

It's not a solution to download files via Django instead of pur web server such as Apache, Nginx. You just need a rewrite rule in your web server such as...

Having a PostgreSQL backend is a good idea but I can’t accept this PR since it relies on not needed dependencies, in this case an ORM is clearly not needed...

it needs to be refactored first with this [architecture](https://github.com/ulule/gostorages) to avoid embed an unnecessary dependency (`go-pg/pg`).

@theromis I don't want anything instead of `go-pg/pg`, we just need to isolate backends to avoid unnecessary dependency. For example, if I only use the redis backend I don't want...