検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 112 for project (0.016 sec.)
Django 1.7 release notes — Django 4.0.6 ドキュメント 6914
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... u run makemessages from the root directory of your project, any extracted strings will now be automatically d ... istributed to the proper app or project message file. See ローカル化: 言語ファイルを作成す ... ry on PYTHONPATH . Refer to the section on the new project layout in the 1.4 release notes for migration inst ... 4 for more details. pytz may be required ¶ If your project handles datetimes before 1970 or after 2037 and Dj ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng templates with multiple engines within the same project. Learn more about the new features in the topic gu ... verriding those custom formats in your main Django project. ロギング ¶ The django.utils.log.AdminEmailHandler ... listing all migrations and their dependencies in a project. ミドルウェア ¶ The CommonMiddleware.response_redi ... characters after the top-level domain (e.g. djangoproject.com/ and djangoproject.com/download/ ). urlize doe ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 6535
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... unctions and spatial operators. GEOS, now an OSGeo project, was initially developed and maintained by Refract ... OSGeometry objects may be used outside of a Django project/application. In other words, no need to have DJANG ... (origin) and 1 (endpoint). Reverse of GEOSGeometry.project() . GEOSGeometry. intersection ( other ) ¶ Returns ... s shared by this geometry and other. GEOSGeometry. project ( point ) ¶ GEOSGeometry. project_normalized ( poi ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 6535
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... サポートされています。 If you are developing a small project or something you don't plan to deploy in a product ... dels (after first installing Django and creating a project), you'll need to ensure that Django has permission ... se permissions, you'll specify the details in your project's settings file, see DATABASES for details. データ ...
https://man.plustar.jp/django/topics/install.html - [similar]
用語集 — Django 4.0.6 ドキュメント 6447
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go は ある程度 MVC に従っています 。 プロジェクト (project) ¶ 初めて Django を使うのなら、最初のセットアップを ... う必要があります。通常は、 Django の プロジェクト ( project ) を構成するコードを自動生成します。プロジェクトと ... よくあるブログエントリの URL では: https://www.djangoproject.com/weblog/2008/apr/12/ spring / 最後にある文字列 ...
https://man.plustar.jp/django/glossary.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 6447
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... するように Apache に指示します。 If you install your project's Python dependencies inside a virtual environment ... る必要があります。 Djangoのバージョン1.4現在、 startproject を実行した際に作成されます ; それより前のバージョン ... iron . setdefault ( "DJANGO_SETTINGS_MODULE" , "{{ project_name }}.settings" ) という wsgi.py 内のコードを、次 ... す。 os . environ [ "DJANGO_SETTINGS_MODULE" ] = "{{ project_name }}.settings" もしくは、 mod_wsgi のデーモンモ ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 6447
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 行う必要があります。通常は、 Django のプロジェクト ( project ) を構成するコードを自動生成します。プロジェクトと ... マンドを 実行してください。   $ django-admin startproject mysite ...\> django-admin startproject mysite これ ... えば /home/mycode のような場所に置きましょう。 startproject が何を作成したかをみてみましょう: mysite / manage ... トとアプリケーション What's the difference between a project and an app? An app is a web application that does ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
設定 — Django 4.0.6 ドキュメント 6447
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ault settings.py file created by django-admin startproject sets DEBUG = True for convenience. DEBUG_PROPAGATE ... ackage that contains custom format definitions for project locales. If not None , Django will check for a for ... , you can't include both django.contrib.auth and myproject.auth . However, you can relabel an application wit ... 照してください。 実装例: LOCALE_PATHS = [ '/home/www/project/common_files/locale' , '/var/local/translations/lo ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 6270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... explanation. Guidelines ¶ As a newcomer on a large project, it's easy to experience frustration. Here's some ... "this patch needs work", but it's the only way the project moves forward. The contributions of the broad Djan ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
Django 1.3.7 release notes — Django 4.0.6 ドキュメント 6270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is, and also fixes a bad documentation link in the project template settings.py file generated by manage.py s ... tartproject . 前のトピックへ Django 1.4 release notes 次のトピ ...
https://man.plustar.jp/django/releases/1.3.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT