検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 119 for URLs (0.075 sec.)
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 5749
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... confs. For example, this URLconf: from django.conf.urls.defaults import * urlpatterns = patterns ( '' , ( ... iew' ) ) can now be rewritten as: from django.conf.urls.defaults import * from mysite.myapp.views import m ... c view require login very easily: from django.conf.urls.defaults import * from django.contrib.auth.decorat ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 5687
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an do this by adding the following snippet to your urls.py: from django.conf import settings from django.c ... onf.urls.static import static urlpatterns = [ # ... the res ... from django.conf import settings from django.conf.urls.static import static urlpatterns = [ # ... the res ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 5687
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... th('admin/doc/', include('django.contrib.admindocs.urls')) to your urlpatterns . Make sure it's included b ... ld ( help_text = "A short label, generally used in URLs." ) author = models . ForeignKey ( User , models . ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 5687
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d on a mapping of regex patterns (representing the URLs) to callable views, and Django's own processing co ... t need to change other code when making changes to URLs. One argument signature for reverse() is to pass a ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 5687
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d on a mapping of regex patterns (representing the URLs) to callable views, and Django's own processing co ... t need to change other code when making changes to URLs. One argument signature for reverse() is to pass a ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 5625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e import parse_qsl , quote , unquote , urlencode , urlsplit , urlunsplit from django.utils.encoding import ... try : scheme , netloc , path , query , fragment = urlsplit ( url ) except ValueError : # invalid IPv6 URL ... ow = False , autoescape = False ): """ Convert any URLs in text into clickable links. Works on http://, ht ... thing. If trim_url_limit is not None, truncate the URLs in the link text longer than this limit to trim_ur ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or in to_url() to indicate no match when reversing URLs. Utilities ¶ filepath_to_uri() now supports pathli ... contrib.admin is removed. The STATIC_URL and MEDIA_URL settings set to relative paths are now prefixed by ... his change should not affect settings set to valid URLs or absolute paths. ConditionalGetMiddleware no lon ... in favor of BooleanField(null=True) . django.conf.urls.url() alias of django.urls.re_path() is deprecated ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
django — Django 4.0.6 ドキュメント 5563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... apps from django.conf import settings from django.urls import set_script_prefix from django.utils.log imp ...
https://man.plustar.jp/django/_modules/django.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd redundancy. Getting the current domain for full URLs ¶ Django's get_absolute_url() convention is nice f ... he current site. Also, the hook for providing item URLs will use the domain from the current Site object i ... in for display Getting the current domain for full URLs Enabling the sites framework Caching the current S ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d on a mapping of regex patterns (representing the URLs) to callable views, and Django's own processing co ... t need to change other code when making changes to URLs. One argument signature for reverse() is to pass a ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT