Results of 1 - 10 of about 13 for role (0.034 sec.)
- Organization of the Django Project — Django 4.0.6 ドキュメント 14463
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
mework, its ecosystem and its community. Mergers ¶ Role ¶ Mergers are a small set of people who merge pull ...
e funding of Fellow positions as a way to make the role of Merger sustainable. The following restrictions ...
apply to the role of Merger: A person must not simultaneously serve ...
in the technical board. A person may serve in the roles of Releaser and Merger simultaneously. The select ...
-
https://man.plustar.jp/django/internals/organization.html
- [similar]
- Testing GeoDjango apps — Django 4.0.6 ドキュメント 10029
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
er to have the ability to create additional users (roles) or to be a superuser, respectively. Alternativel ...
y, you may alter an existing user's role from the SQL shell (assuming this is done from an ...
existing superuser account): postgres # ALTER ROLE <user_name> CREATEDB NOSUPERUSER NOCREATEROLE; Cre ...
-superuser <user_name> Or you may alter the user's role from the SQL shell (assuming this is done from an ...
-
https://man.plustar.jp/django/ref/contrib/gis/testing.html
- [similar]
- マネージャ — Django 4.0.6 ドキュメント 9448
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
lf ): return super () . get_queryset () . filter ( role = 'A' ) class EditorManager ( models . Manager ): ...
lf ): return super () . get_queryset () . filter ( role = 'E' ) class Person ( models . Model ): first_nam ...
last_name = models . CharField ( max_length = 50 ) role = models . CharField ( max_length = 1 , choices = ...
et ): def authors ( self ): return self . filter ( role = 'A' ) def editors ( self ): return self . filter ...
-
https://man.plustar.jp/django/topics/db/managers.html
- [similar]
- django-admin と manage.py — Django 4.0.6 ドキュメント 8569
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
colors that are used. Django specifies a number of roles in which color is used: error - A major error. no ...
d. migrate_label - A migration name. Each of these roles can be assigned a specific foreground and backgro ...
ecification follows one of the following patterns: role=fg role=fg/bg role=fg,option,option role=fg/bg,opt ...
ion,option where role is the name of a valid color role, fg is the foreg ...
-
https://man.plustar.jp/django/ref/django-admin.html
- [similar]
- データベース — Django 4.0.6 ドキュメント 8287
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
or more conveniently per database user with ALTER ROLE . Django will work just fine without this optimiza ...
REATE TRIGGER WITH ADMIN OPTION While the RESOURCE role has the required CREATE TABLE , CREATE SEQUENCE , ...
e. All of these privileges are included in the DBA role, which is appropriate for use on a private develop ...
-
https://man.plustar.jp/django/ref/databases.html
- [similar]
- Django のセキュリティポリシー — Django 4.0.6 ドキュメント 8058
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
tion you represent, if applicable, as well as your role within that organization. A detailed explanation o ...
-
https://man.plustar.jp/django/internals/security.html
- [similar]
- Django 0.96 リリースノート — Django 4.0.6 ドキュメント 8058
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
people have stepped forward and taken a major new role in Django's development. We'd like to thank these ...
-
https://man.plustar.jp/django/releases/0.96.html
- [similar]
- The "sites" framework — Django 4.0.6 ドキュメント 7988
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
managers. CurrentSiteManager ¶ If Site plays a key role in your application, consider using the helpful Cu ...
-
https://man.plustar.jp/django/ref/contrib/sites.html
- [similar]
- Django 3.1 release notes — Django 4.0.6 ドキュメント 7918
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
o the current request in order to set CSS and ARIA role affordances. This requires using 'django.template. ...
-
https://man.plustar.jp/django/releases/3.1.html
- [similar]
- アグリゲーション — Django 4.0.6 ドキュメント 7918
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
y harmful effects, since that is already playing a role in the query. This behavior is the same as that no ...
-
https://man.plustar.jp/django/topics/db/aggregation.html
- [similar]