Results of 31 - 40 of about 51 for username (0.057 sec.)
- データベース — Django 4.0.6 ドキュメント 6804
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
h.models import User >>> User . objects . create ( username = 'alice' , pk = 1 ) <User: alice> >>> # The seque ...
its next value is 1. >>> User . objects . create ( username = 'bob' ) ... IntegrityError: duplicate key value ...
-
https://man.plustar.jp/django/ref/databases.html
- [similar]
- The Django Template Language — Django 4.0.6 ドキュメント 6804
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
名前に '<' 文字が含まれていたらどうでしょうか: < b > username この値によって、テンプレートはこのように出力されま ...
す: Hello, < b > username ...which, in turn, would result in the remainder o ...
-
https://man.plustar.jp/django/ref/templates/language.html
- [similar]
- Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6804
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ermissions for anonymous users , and more flexible username requirements . Customization of email sending via ...
on docs for more details. Relaxed requirements for usernames ¶ The built-in User model's username field now al ...
_ENGINE = 'postgresql_psycopg2' DATABASE_USER = 'myusername' DATABASE_PASSWORD = 's3krit' These settings are n ...
ngo.db.backends.postgresql_psycopg2' , 'USER' : 'myusername' , 'PASSWORD' : 's3krit' , } } This affects the fo ...
-
https://man.plustar.jp/django/releases/1.2.html
- [similar]
- メールを送信する — Django 4.0.6 ドキュメント 6804
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
s.smtp. EmailBackend ( host = None , port = None , username = None , password = None , use_tls = None , fail_s ...
ら取得されます。 host : EMAIL_HOST port : EMAIL_PORT username : EMAIL_HOST_USER password : EMAIL_HOST_PASSWORD u ...
-
https://man.plustar.jp/django/topics/email.html
- [similar]
- URL ディスパッチャ — Django 4.0.6 ドキュメント 6804
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
rls import include , path urlpatterns = [ path ( '<username>/blog/' , include ( 'foo.urls.blog' )), ] # In foo ...
ws . blog . archive ), ] 上の例では、取り込まれた "username" 変数はインクルードされたURLconf に渡されます。 追 ...
-
https://man.plustar.jp/django/topics/http/urls.html
- [similar]
- django.core.mail.message — Django 4.0.6 ドキュメント 6699
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
n = punycode ( domain ) parsed_address = Address ( username = localpart , domain = domain ) return formataddr ...
-
https://man.plustar.jp/django/_modules/django/core/mail/message.html
- [similar]
- Triaging tickets — Django 4.0.6 ドキュメント 6699
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
orms or the admin interface. Cc ¶ You may add your username or email address to this field to be notified when ...
-
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html
- [similar]
- Admin actions — Django 4.0.6 ドキュメント 6699
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
r () . get_actions ( request ) if request . user . username [ 0 ] . upper () != 'J' : if 'delete_selected' in ...
-
https://man.plustar.jp/django/ref/contrib/admin/actions.html
- [similar]
- Django 1.4 documentation 6594
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
置き場所を教えましょう: TEMPLATE_DIRS = ( '/home/my_username/mytemplates' , # 自分の環境に合わせて変更してくださ ...
リ下に置きます。例え ば、 TEMPLATE_DIRS に "/home/my_username/mytemplates" と設定 していれば、 django/contrib/ad ...
min/templates/admin/base_site.html を /home/my_username/mytemplates/admin/base_site.html にコピーします。 ...
-
https://man.plustar.jp/django/contents.html
- [similar]
- 設定 — Django 4.0.6 ドキュメント 6594
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ic setting. USER ¶ デフォルト値: '' (空文字列) The username to use when connecting to the database. Not used w ...
ルト値: None This is an Oracle-specific setting. The username to use when connecting to the Oracle database that ...
-
https://man.plustar.jp/django/ref/settings.html
- [similar]