検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 20 for collectstatic (0.006 sec.)
The staticfiles app — Django 4.0.6 ドキュメント 14750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rib.staticfiles exposes three management commands. collectstatic ¶ django-admin collectstatic ¶ Collects the static ... help show you which files are found. On subsequent collectstatic runs (if STATIC_ROOT isn't empty), files are copie ... from INSTALLED_APPS , it's a good idea to use the collectstatic --clear option in order to remove stale static fil ... apps specified by the INSTALLED_APPS setting. The collectstatic management command calls the post_process() method ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 11334
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les into production consists of two steps: run the collectstatic command when static files change, then arrange for ... プロイするサーバにコードを push する。 サーバ側で、 collectstatic を実行することで、すべての静的ファイルを STATIC_RO ... あります。 静的ファイルが変更されたら、ローカル側で collectstatic を実行する。 ローカル側の STATIC_ROOT を静的ファイ ... g a 3rd party custom storage backend, you can tell collectstatic to use it by setting STATICFILES_STORAGE to the st ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
索引 — Django 4.0.6 ドキュメント 9397
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... オプション migrate コマンドラインオプション --clear collectstatic コマンドラインオプション --command shell コマンドラ ... in makemessages コマンドラインオプション --dry-run collectstatic コマンドラインオプション createcachetable コマンド ... -name ogrinspect コマンドラインオプション --ignore collectstatic コマンドラインオプション compilemessages コマンドラ ... --layer ogrinspect コマンドラインオプション --link collectstatic コマンドラインオプション --list showmigrations コマ ...
https://man.plustar.jp/django/genindex.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 8717
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = True , i.e. without having to collect them using collectstatic first. デプロイ ¶ django.contrib.staticfiles には、 ... とえば: STATIC_ROOT = "/var/www/example.com/static/" collectstatic 管理コマンドを実行します: $ python manage.py colle ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
設定 — Django 4.0.6 ドキュメント 8717
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns for collected static directories when using the collectstatic management command. See collectstatic for details ... missions for collected static files when using the collectstatic management command. See collectstatic for details ... ト値: None The absolute path to the directory where collectstatic will collect static files for deployment. Example: ... enabled (as in the default project template), the collectstatic management command will collect static files into ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.10.5 release notes — Django 4.0.6 ドキュメント 8360
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n a leap year ( #27637 ). Fixed a regression where collectstatic overwrote newer files in remote storages ( #27658 ...
https://man.plustar.jp/django/releases/1.10.5.html - [similar]
Django 1.6.2 release notes — Django 4.0.6 ドキュメント 8258
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion contained non-ASCII characters ( #21627 ). The collectstatic command will raise an error rather than default to ...
https://man.plustar.jp/django/releases/1.6.2.html - [similar]
Django 2.2.16 release notes — Django 4.0.6 ドキュメント 8258
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -level collected static directories when using the collectstatic management command. You should review and manually ...
https://man.plustar.jp/django/releases/2.2.16.html - [similar]
Django 3.0.10 release notes — Django 4.0.6 ドキュメント 8258
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -level collected static directories when using the collectstatic management command. You should review and manually ...
https://man.plustar.jp/django/releases/3.0.10.html - [similar]
Django 1.9.5 リリースノート — Django 4.0.6 ドキュメント 8139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... loader ( #26306 ). Fixed a regression that caused collectstatic --clear to fail if the storage doesn't implement p ...
https://man.plustar.jp/django/releases/1.9.5.html - [similar]
PREV 1 2 NEXT