検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 207 for user (0.038 sec.)
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 4499
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 次のトピックへ How to authenticate against Django's user database from Apache 関連キーワード admin , 設定 , ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 4499
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e third-party apps' migrations run after your AUTH_USER_MODEL replacement. これを達成するために、あなたの ... ies over run_before when possible. You should only use run_before if it is undesirable or impractical to s ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 4499
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... u can download them here: $ wget https://raw.githubusercontent.com/django/django/main/tests/gis_tests/data ... /cities.{shp,prj,shx,dbf} $ wget https://raw.githubusercontent.com/django/django/main/tests/gis_tests/data ... Import spatial reference from PROJ string. import_user_input ( user_input ) ¶ import_wkt ( wkt ) ¶ Import ... on. The default is 0.0 for exact calculations. For users familiar with GDAL , this function has a similar ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4499
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rgs , ** kwargs ) [ソース] ¶ Sends emails to admin users. To customize this behavior, you can subclass the ... , to filter out UnreadablePostError (raised when a user cancels an upload) from the admin emails, you woul ...
https://man.plustar.jp/django/ref/logging.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 4499
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... use it, you should escape any parameters that the user can control by using params in order to protect ag ... select_for_update () . filter ( author = request . user ) with transaction . atomic (): for entry in entri ... g' , 'beatles blog' , 'BeAtLes BLoG' , etc. SQLite users When using the SQLite backend and non-ASCII strin ... red today' but not 'lennon honored today' . SQLite users SQLite doesn't support case-sensitive LIKE statem ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 4499
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ze. This change is backwards incompatible for some users. If you are using a 32-bit platform, you're off t ... o differences as a result of this change. However, users on 64-bit platforms may experience some problems ... perform some action to a group of models in bulk. Users will be able to select objects on the change list ... tication backend that supports the standard REMOTE_USER environment variable used for this purpose. There' ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 4499
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... permissions so that only you and your web server's user can read it. This is especially important in a sha ...
https://man.plustar.jp/django/topics/settings.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 4467
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 例外 前のトピックへ How to authenticate using REMOTE_USER 次のトピックへ How to create custom model fields 関 ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 4467
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ストール していますよね?): python - m pip install -- user django - polls / dist / django - polls - 0.1 . tar ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 4467
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... This prevents data from being posted twice if a # user hits the Back button. return HttpResponseRedirect ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]