Django 1.1.2 版本发行说明 1.1.2 中的不向后兼容的变更 Test runner exit status code Cookie encoding One new feature Django 1.1.2 版本发行说明 欢迎来到 Django 1.1.2 版本! This is the second “bugfix” rele...
Django 1.1.2 版本发行说明 1.1.2 中的不向后兼容的变更 Test runner exit status code Cookie encoding One new feature Django 1.1.2 版本发行说明 欢迎来到 Django 1.1.2 版本! This is the second “bugfix” rele...
title: I18n Internationalization Default Language Switch Language Writing I18n Multi-language Documents Getting Multi-language Texts Use in Controller Use in View title: ...
Serving content in multiple languages Basic concepts How django CMS determines the user’s preferred language How django CMS determines what language to serve What django CMS show...
Serving content in multiple languages Basic concepts How django CMS determines the user’s preferred language How django CMS determines what language to serve What django CMS show...
Security Basic authentication Bearer authentication OAuth2 authentication Cookie authentication Security To define which security mechanisms should be used for a specific op...
Sessions Sessions The ctrl.activateSessions method and the related util-sessions-local Foxx service have been replaced with the Foxx sessions middleware. It is no longer pos...
Sessions Sessions The ctrl.activateSessions method and the related util-sessions-local Foxx service have been replaced with the Foxx sessions middleware. It is no longer pos...
Use Proper Session Management Details Remediation CWE/OWASP Use Proper Session Management Details Sessions for users are maintained on most apps via a cookie, which can be...
API 安全管理 支持 HTTPS IP 拦截 服务负载保护 跨站防护( CSRF ) API 安全管理 如今,越来越多的企业需要将自身数据、能力、服务向外开放,通常通常会以 rest 的方式向外提供,在 Erda 上我们可以通过 API 网关的插件来对 API 的入口进行统一的管理,API 网关 提供IP拦截、服务负载保护、跨站防护、流量控制...