検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 136 for users (0.019 sec.)
django.contrib.auth — Django 4.0.6 ドキュメント 12227
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and the RemoteUserBackend do. You can use AllowAllUsersModelBackend or AllowAllUsersRemoteUserBackend if y ... ou want to allow inactive users to login. In this case, you'll also want to custom ... nForm used by the LoginView as it rejects inactive users. Be aware that the permission-checking methods suc ... in the Django admin all return False for inactive users. is_superuser ¶ 真偽値です。明示的にアサインするこ ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
Mailing lists — Django 4.0.6 ドキュメント 11242
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s on Google Groups that are open to anyone. django-users ¶ This is the right place if you are looking to as ... if your message does not appear instantly. django-users mailing archive django-users subscription email ad ... dress django-users posting email django-developers ¶ The discussion a ... are answered there. 注釈 Please make use of django-users mailing list if you want to ask for tech support, ...
https://man.plustar.jp/django/internals/mailing-lists.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 9476
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lt PostgreSQL database and a MySQL database called users : DATABASES = { 'default' : { 'NAME' : 'app_data' ... SER' : 'postgres_user' , 'PASSWORD' : 's3krit' }, 'users' : { 'NAME' : 'user_data' , 'ENGINE' : 'django.db. ... ionally left empty: DATABASES = { 'default' : {}, 'users' : { 'NAME' : 'user_data' , 'ENGINE' : 'django.db. ... manage.py migrate $ ./manage.py migrate --database=users If you don't want every application to be synchron ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
FAQ: 助けを求める — Django 4.0.6 ドキュメント 8984
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ースでディスカッションが行われています。 The django-users mailing list. This is for email-based discussions. ... of words. Why hasn't my message appeared on django-users ? ¶ django-users メーリングリストはたくさんの読者が ... ことです。 スパム攻撃に対抗するため、あなたが django-users メーリングリストに参加してから、最初にリストに向け ... , and you will likely be directed to ask on django-users . バグを発見したみたいです!何をするべきですか? ¶ バ ...
https://man.plustar.jp/django/faq/help.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 8684
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tabase API -- expose sensitive information such as users' password hashes. To remedy this, django.contrib.a ... oned above. This is backwards-incompatible for any users relying on the prior ability to insert arbitrary l ... dependencies in your database configuration. Most users -- even users with multiple-database configuration ... notes , database , admin , new , contrib , suite , users , GeoDjango , configuration クイック検索 Last upda ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
Django 2.1.2 リリースノート — Django 4.0.6 ドキュメント 8588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 984: Password hash disclosure to "view only" admin users ¶ If an admin user has the change permission to th ... ssword hash is displayed in the change form. Admin users with the view (but not change) permission to the u ... 984: Password hash disclosure to "view only" admin users Bugfixes 前のトピックへ Django 2.1.3 リリースノート ... ser , regression , hash , where , admin , change , users , only , permission クイック検索 Last update: 2022 ...
https://man.plustar.jp/django/releases/2.1.2.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 8588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ただひとつのクラスのみが存在します。すなわち、 'superusers' または admin 'staff' ユーザは、Userオブジェクトと ... もできます。 スーパーユーザを作成する ¶ Create superusers using the createsuperuser command: $ python manage ... t provides a way to assign permissions to specific users and groups of users. これは、Djangoのadminサイトで ... 限を使用します: Access to view objects is limited to users with the "view" or "change" permission for that ty ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 8395
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a files directly from Apache only to authenticated users. Authenticate access to a Subversion repository ag ... ainst Django users with a certain permission. Allow certain users to ... to add a location that you want only authenticated users to be able to view: WSGIScriptAlias / /path/to/mys ... Require valid-user AuthBasicProvider wsgi WSGIAuthUserScript /path/to/mysite.com/mysite/wsgi.py </Location ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 7999
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er could exploit this, for example, by redirecting users to a phishing site designed to ask for user's pass ... ssword hash of each user. While the admin requires users to have permissions to view the change form pages ... e first place, this could leak data if you rely on users having access to view only certain fields on a mod ... , user , could , admin , upload , URLs , string , users , file クイック検索 Last update: 2022年6月01日 « p ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 7999
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er could exploit this, for example, by redirecting users to a phishing site designed to ask for user's pass ... ssword hash of each user. While the admin requires users to have permissions to view the change form pages ... e first place, this could leak data if you rely on users having access to view only certain fields on a mod ... , user , could , admin , upload , URLs , string , users , file クイック検索 Last update: 2022年6月01日 « p ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT