The generic views can result in a security vulnerability because they
expose all data returned by the controller. For this reason, they are
disabled by default. You should only enable specific generic views in
specific cases when you have verified that you are not over-exposing any
data.
For e
I make new app and some controller in it without any view - only
generic.html
than I try open url to that coontroller from public - error rised "Not
found"
so I need to search WHY?
one day I lose for solve "WHY?"
may be open access to generic.html by default?
вторник, 14 июля 2015 г., 21:01:2
On Tuesday, July 14, 2015 at 9:41:29 AM UTC-7, ermolaev...@gmail.com wrote:
>
> I make simple app and upload it to server
> then all external request raise "Not Found" :(
>
> I kill a day for solve it problem
>
> Please edit in menu.py code:
> response.generic_patterns = ['*'] if request.is_
3 matches
Mail list logo