Thursday, March 27, 2014

Re: Avoid Django s3-urls stripping

Hi Aaron,
the html is "wrong" as well.

Moreover i tried {% autoescape off %} but with no luck :(




Il giorno giovedì 27 marzo 2014 17:24:45 UTC+1, Aaron Cannon ha scritto:
Try clicking view source in your browser when you view it.  Perhaps
the URL needs to be HTML escaped?

Just a guess.

Aaron

On 3/21/14, Paolo Bertasi <paolo...@gmail.com> wrote:
> Hello,
> I'm trying to setup a mini django app to allow users to download files from
>
> s3. I wrote a simple python function (using boto of course) to fetch the
> correct url but when i handle the url with django the url is stripped.
> I wrote down the exact behaviour
> here<http://stackoverflow.com/questions/22531195/avoid-django-s3-urls-stripping>
> .
>
> Please help :)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users...@googlegroups.com.
> To post to this group, send email to django...@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/e3dba710-5189-4800-b455-09868dcf578b%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1172243d-6d55-41b4-9cf4-a6bbc6379225%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment