検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 112 for project (0.026 sec.)
Built-in Views — Django 4.0.6 ドキュメント 5713
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xes = False ) ¶ There may be files other than your project's static assets that, for convenience, you'd like ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5713
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... model as the store for user-related data. If your project needs a username with more than 30 characters, or ... ing GEOS objects now support the interpolate() and project() methods (so-called linear referencing). The wkb ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5713
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... p with the right execution context. We expect most projects will keep the majority of their views synchronous ... d have no noticeable effect on any existing Django projects. JSONField for all supported database backends ¶ ... ities__contains = 'London' , ) . delete () If your project uses django.contrib.postgres.fields.JSONField , pl ... f you are upgrading multiple instances of the same project to Django 3.1, you should set DEFAULT_HASHING_ALGO ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5713
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango to reliably identify the base class. If your project uses proxy models, you must either modify the prox ... y to extend the user model that's in use in your project, or merge your proxy's behavior into your User sub ... er, but is not intended to be copied directly into projects for production use. This code would all live in a ... he custom model as the default user model for your project using the AUTH_USER_MODEL setting in your settings ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5713
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... her . iterations * 100 Save this somewhere in your project. For example, you might put this in a file like my ... ntry in PASSWORD_HASHERS : PASSWORD_HASHERS = [ 'myproject.hashers.MyPBKDF2PasswordHasher' , 'django.contrib. ... e we're using the built-in User model and that our project has an accounts app. You can modify the pattern to ... ist, which means no validators are applied. In new projects created with the default startproject template, a ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 5713
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... database doesn't make sense in the context of your project, you need to be careful to always specify the data ... -- it is provided 'out of the box' on every Django project. However, if you want to implement more interestin ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5713
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... いては、 チュートリアル 3 を見てください。 A Django project can be configured with one or several template eng ... e the Django template language outside of a Django project. django.template.backends.django.DjangoTemplates i ... ストを設定します。デフォルト値は空リストです。 startproject コマンドで生成された settings.py には、以下のように ... nto the environment. For example, you can create myproject/jinja2.py with this content: from django.templatet ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Django 1.4 documentation 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... う必要があります。通常は、 Django の プロジェクト ( project ) を構成するコードを自動生成 します。プロジェクトと ... のコマンドを 実行してください。 django-admin.py startproject mysite 現在のディレクトリに mysite ディレクトリが作 ... ー Mac OS X を使っている場合、 django-admin.py startproject を実行しよ うとすると、 “permission denied” という ... えば /home/mycode の ような場所に置きましょう。 startproject が何を作成したかをみてみましょう: mysite / manage ...
https://man.plustar.jp/django/contents.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スト ¶ 重要 セキュリティイシューは security @ djangoproject . com に のみ 報告してください。これは長年にわたり ... t that you develop it independently. Then, if your project gathers sufficient community support, we may consi ... n the ticket description. As with most open-source projects, code talks. If you are willing to write the code ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l requests. "Claiming" tickets ¶ In an open-source project with hundreds of contributors around the world, it ... en't already, by clicking "GitHub Login" or "DjangoProject Login" in the upper left of the ticket page. Claim ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT