検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 118 for run (0.065 sec.)
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 6036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hon version. Download the executable installer and run it. Check the boxes next to "Install launcher for ... virtual environment. To activate the environment, run: ...\> project-name\Scripts\activate.bat The virtu ... nternet behind a proxy, there might be problems in running the command py -m pip install Django . Set the ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 6036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d. 注釈 On Linux platforms, it may be necessary to run the ldconfig command after installing each library ... change into the directory where GEOS was unpacked, run the configure script, compile, and install: $ cd g ... may be built by adding the --with-python flag when running configure . See GDAL/OGR In Python for more in ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go ¶ The GeoDjango test suite is now included when running the Django test suite with runtests.py when us ... ance, with a custom management command that can be run manually or scheduled to run periodically via e.g. ... e. The SQL that will add the index can be found by running the sqlindexes admin command: python manage . ... on of any test databases that are created when you run a test suite. However, in the process of testing t ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that represent the model changes and which can be run on any development, staging or production database ... eate a migration for your application and define a RunPython or RunSQL operation in the operations sectio ... s. Improvements thus far include: Applications can run code at startup, before Django does anything else, ... 8.css ). The staticfiles.json file is created when running the collectstatic management command and shoul ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ようになりました。 createcachetable コマンドが --dry-run フラグを取れるようになり、SQL を実行せずに表示だけ ... to be manually entered). The django package may be run as a script, i.e. python -m django , which will be ... Rendering model states" step that's displayed when running migrate with verbosity 2 or higher now compute ... ssing context variables. A WARNING level message for uncaught exceptions raised during the rendering of a ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is option is also available for squashmigrations . runserver can now use Watchman to improve the performa ... quire expensive table introspection there. DiscoverRunner now skips the setup of databases not referenced ... s must implement support for ignoring constraints or uniqueness errors while inserting or set DatabaseFea ... igration will update existing permissions when you run migrate . In the admin, the change is transparent ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tall the argon2-cffi library . This can be done by running python -m pip install django[argon2] , which i ... : Install the bcrypt library . This can be done by running python -m pip install django[bcrypt] , which i ... ck_size parallelism controls how many threads will run in parallel. maxmem limits the maximum size of mem ... #_migration_name' ), ] operations = [ migrations . RunPython ( forwards_func ), ] Be aware that this migr ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
How to use Django with Daphne — Django 4.0.6 ドキュメント 5974
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ith Daphne ¶ Daphne is a pure-Python ASGI server for UNIX, maintained by members of the Django project. I ... all Daphne with pip : python -m pip install daphne Running Django in Daphne ¶ When Daphne is installed, a ... your project be on the Python path; to ensure that run this command from the same directory as your manag ... 目次 How to use Django with Daphne Installing Daphne Running Django in Daphne 前のトピックへ How to deploy ...
https://man.plustar.jp/django/howto/deployment/asgi/daphne.html - [similar]
How to use Django with Hypercorn — Django 4.0.6 ドキュメント 5974
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... percorn with pip : python -m pip install hypercorn Running Django in Hypercorn ¶ When Hypercorn is instal ... led, a hypercorn command is available which runs ASGI applications. Hypercorn needs to be called w ... your project be on the Python path; to ensure that run this command from the same directory as your manag ... to use Django with Hypercorn Installing Hypercorn Running Django in Hypercorn 前のトピックへ How to use ...
https://man.plustar.jp/django/howto/deployment/asgi/hypercorn.html - [similar]
How to use Django with Uvicorn — Django 4.0.6 ドキュメント 5974
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with pip : python -m pip install uvicorn gunicorn Running Django in Uvicorn ¶ When Uvicorn is installed, ... a uvicorn command is available which runs ASGI applications. Uvicorn needs to be called wit ... your project be on the Python path; to ensure that run this command from the same directory as your manag ... How to use Django with Uvicorn Installing Uvicorn Running Django in Uvicorn 前のトピックへ How to use Dj ...
https://man.plustar.jp/django/howto/deployment/asgi/uvicorn.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT