Results of 1 - 10 of about 51 for sites (0.004 sec.)
- The "sites" framework — Django 4.0.6 ドキュメント 16845
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... ts | Index | Modules « previous | up | next » The "sites" framework ¶ Django comes with an optional "sites" ... ciating objects and functionality to particular websites, and it's a holding place for the domain names and ... "verbose" names of your Django-powered sites. Use it if your single Django installation powers ... e site and you need to differentiate between those sites in some way. The sites framework is mainly based o ...
-
https://man.plustar.jp/django/ref/contrib/sites.html
- [similar]
- contrib packages — Django 4.0.6 ドキュメント 10580
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... tgres The redirects app The sitemap framework The "sites" framework The staticfiles app The syndication fee ... se. See the flatpages documentation . Requires the sites contrib package to be installed as well. gis ¶ A w ... onymous sessions. See the sessions documentation . sites ¶ A light framework that lets you operate multiple ... websites off of the same database and Django installation. ...
-
https://man.plustar.jp/django/ref/contrib/index.html
- [similar]
- The flatpages app — Django 4.0.6 ドキュメント 9711
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... plate. It can be associated with one, or multiple, sites. The content field may optionally be left blank if ... the flatpages app, follow these steps: Install the sites framework by adding 'django.contrib.sites' to your ... y be 1 (i.e. SITE_ID = 1 , but if you're using the sites framework to manage multiple sites, it could be th ... your database: django_flatpage and django_flatpage_sites . django_flatpage is a lookup table that maps a UR ...
-
https://man.plustar.jp/django/ref/contrib/flatpages.html
- [similar]
- Django 1.7 release notes — Django 4.0.6 ドキュメント 8767
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... ts for sitemaps which set lastmod . django.contrib.sites ¶ The new django.contrib.sites.middleware.CurrentS ... ed in Django 1.9. Reorganization of django.contrib.sites ¶ django.contrib.sites provides reduced functional ... eprecated: RequestSite now lives in django.contrib.sites.requests . get_current_site() now lives in django. ... contrib.sites.shortcuts . declared_fieldsets attribute on ModelA ...
-
https://man.plustar.jp/django/releases/1.7.html
- [similar]
- django.contrib.sites.middleware — Django 4.0.6 ドキュメント 8437
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... le of contents | Index | Modules up django.contrib.sites.middleware のソースコード from django.utils.deprec ...
-
https://man.plustar.jp/django/_modules/django/contrib/sites/middleware.html
- [similar]
- システムチェックフレームワーク — Django 4.0.6 ドキュメント 8227
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... on signal declarations and handler registrations. sites : Checks django.contrib.sites configuration. stati ... red with multiple tags. Changed in Django 3.2: The sites tag was added. Changed in Django 4.0: The files ta ... セキュリティ ¶ The security checks do not make your site secure. They do not audit code, do intrusion detect ... _REDIRECT setting is not set to True . Unless your site should be available over both SSL and non-SSL conne ...
-
https://man.plustar.jp/django/ref/checks.html
- [similar]
- contenttypes フレームワーク — Django 4.0.6 ドキュメント 7703
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... ntenttypes application installed, and then add the sites application to your INSTALLED_APPS setting and run ... py migrate to install it, the model django.contrib.sites.models.Site will be installed into your database. ... th the following values: app_label will be set to 'sites' (the last part of the Python path django.contrib. ...
-
https://man.plustar.jp/django/ref/contrib/contenttypes.html
- [similar]
- クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 7493
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... hat is based on a random secret value, which other sites will not have access to. This cookie is set by Csr ... of the HOST header and that there aren't any cross-site scripting vulnerabilities on your site (because XSS ... o avoid disclosing the referrer URL to third-party sites, you might want to disable the referer on your sit ... <a rel="noreferrer" ...>" for links to third-party sites. Caching ¶ If the csrf_token template tag is used ...
-
https://man.plustar.jp/django/ref/csrf.html
- [similar]
- Pythonモジュール索引 — Django 4.0.6 ドキュメント 7433
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... enerating Google sitemap XML files. django.contrib.sites Lets you operate multiple websites from the same d ... atabase and Django project django.contrib.sites.middleware Site middleware. django.contrib.staticf ...
-
https://man.plustar.jp/django/py-modindex.html
- [similar]
- Django の admin サイト — Django 4.0.6 ドキュメント 7433
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... register ( * models , site = django.contrib.admin.sites.site ) ¶ ModelAdmin を登録するために、デレコータも ... ンポートパスです。デフォルトは 'django.contrib.admin.sites.AdminSite' です。使い方は Overriding the default a ... ne , { 'fields' : ( 'url' , 'title' , 'content' , 'sites' ) }), ( 'Advanced options' , { 'classes' : ( 'col ... represented by an instance of django.contrib.admin.sites.AdminSite ; by default, an instance of this class ...
-
https://man.plustar.jp/django/ref/contrib/admin/index.html
- [similar]