Results of 1 - 10 of about 16 for superuser (0.004 sec.)
- Testing GeoDjango apps — Django 4.0.6 ドキュメント 14833
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... figurations, you may be required to use a database superuser. Create database user ¶ To make a database user wi ... lity to create additional users (roles) or to be a superuser, respectively. Alternatively, you may alter an exi ... SQL shell (assuming this is done from an existing superuser account): postgres # ALTER ROLE <user_name> CREATE ... DB NOSUPERUSER NOCREATEROLE; Create database superuser ¶ This may ...
-
https://man.plustar.jp/django/ref/contrib/gis/testing.html
- [similar]
- Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 9825
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... name = username ) user . is_staff = True user . is_superuser = True user . save () return user return None def ... be prompted for when creating a user via the createsuperuser management command. The user will be prompted to s ... fines username , email , is_staff , is_active , is_superuser , last_login , and date_joined fields the same as ... , password = None ): # create user here ... create_superuser ( username_field , password = None , ** other_fiel ...
-
https://man.plustar.jp/django/topics/auth/customizing.html
- [similar]
- django.contrib.auth — Django 4.0.6 ドキュメント 9444
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... ango admin all return False for inactive users. is_superuser ¶ 真偽値です。明示的にアサインすることなく全てのパ ... is method will always return False . For an active superuser, this method will always return True . obj が渡され ... is method will always return False . For an active superuser, this method will always return True . obj が渡され ... is method will always return False . For an active superuser, this method will always return True . email_user ...
-
https://man.plustar.jp/django/ref/contrib/auth.html
- [similar]
- django-admin と manage.py — Django 4.0.6 ドキュメント 9340
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... port number. Low port numbers are reserved for the superuser (root). This server uses the WSGI application obje ... い方の例: django - admin changepassword ringo createsuperuser ¶ django-admin createsuperuser ¶ DJANGO_SUPERUSER_ ... ation system ( django.contrib.auth ) is installed. superuser アカウント (すべての権限を持ったユーザー) を作成し ... ます。このコマンドは、最初に superuser アカウントを作成する場合や、サイトの superuser アカ ...
-
https://man.plustar.jp/django/ref/django-admin.html
- [similar]
- Model _meta API — Django 4.0.6 ドキュメント 8491
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... _login>, <django.db.models.fields.BooleanField: is_superuser>, <django.db.models.fields.CharField: username>, < ... _login>, <django.db.models.fields.BooleanField: is_superuser>, <django.db.models.fields.CharField: username>, < ...
-
https://man.plustar.jp/django/ref/models/meta.html
- [similar]
- Installing PostGIS — Django 4.0.6 ドキュメント 8109
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... ATE EXTENSION postgis; The database user must be a superuser in order to run CREATE EXTENSION postgis; . The co ...
-
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html
- [similar]
- Django 1.8.16 リリースノート — Django 4.0.6 ドキュメント 8109
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... d if the developers connect to the database with a superuser account. settings.ALLOWED_HOSTS is now validated r ...
-
https://man.plustar.jp/django/releases/1.8.16.html
- [similar]
- Django 1.9.11 リリースノート — Django 4.0.6 ドキュメント 8109
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... d if the developers connect to the database with a superuser account. settings.ALLOWED_HOSTS is now validated r ...
-
https://man.plustar.jp/django/releases/1.9.11.html
- [similar]
- Django の admin サイト — Django 4.0.6 ドキュメント 8023
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... need to create a user to login with, use the createsuperuser command. By default, logging in to the admin requi ... , request , model_admin ): if request . user . is_superuser : return super () . lookups ( request , model_admi ... elf , request , queryset ): if request . user . is_superuser : return super () . queryset ( request , queryset ... rdering ( self , request ): if request . user . is_superuser : return [ 'name' , 'rank' ] else : return [ 'name ...
-
https://man.plustar.jp/django/ref/contrib/admin/index.html
- [similar]
- Django 1.10.3 release notes — Django 4.0.6 ドキュメント 8023
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... d if the developers connect to the database with a superuser account. settings.ALLOWED_HOSTS is now validated r ...
-
https://man.plustar.jp/django/releases/1.10.3.html
- [similar]