diff options
| author | Clifford Gama <cliffygamy@gmail.com> | 2025-10-29 17:32:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-29 11:32:12 -0400 |
| commit | 01f8460653e73a8f60c98d3a37a74b28818744b6 (patch) | |
| tree | dbefe388d320ce6d33eee93a3c441142384b40f5 /docs/faq | |
| parent | 1aa69a7491ce7f7f1f164a26a3dfaaa1aeeab217 (diff) | |
Fixed #36329 -- Removed non-code custom link text when cross-referencing Python objects.
Thanks Bruno Alla, Sarah Boyce, and Jacob Walls for reviews.
Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/install.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index 6f49bbe22b..23fb6dcd90 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -25,10 +25,10 @@ needed. For a development environment -- if you just want to experiment with Django -- you don't need to have a separate web server installed or database server. -Django comes with its own :djadmin:`lightweight development server<runserver>`. -For a production environment, Django follows the WSGI spec, :pep:`3333`, which -means it can run on a variety of web servers. See :doc:`Deploying Django -</howto/deployment/index>` for more information. +Django comes with its own lightweight development server +(:djadmin:`runserver`). For a production environment, Django follows the WSGI +spec, :pep:`3333`, which means it can run on a variety of web servers. See +:doc:`/howto/deployment/index` for more information. Django runs `SQLite`_ by default, which is included in Python installations. For a production environment, we recommend PostgreSQL_; but we also officially |
