mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-24 16:44:50 +00:00
Update supported databases in docs
This commit is contained in:
parent
679fdca740
commit
0dec4c8f89
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ For details on configuring Wagtail for Elasticsearch, see :ref:`wagtailsearch_ba
|
|||
Database
|
||||
--------
|
||||
|
||||
Wagtail is tested on SQLite, and should work on other Django-supported database backends, but we recommend PostgreSQL for production use.
|
||||
Wagtail is tested on PostgreSQL, SQLite and MySQL. It should work on some third-party database backends as well (Microsoft SQL Server is known to work but currently untested). We recommend PostgreSQL for production use.
|
||||
|
||||
|
||||
Templates
|
||||
|
|
|
|||
Loading…
Reference in a new issue