mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-14 07:42:24 +03:00
Add sphinx based docs
This commit is contained in:
22
docs/source/index.rst
Normal file
22
docs/source/index.rst
Normal file
@@ -0,0 +1,22 @@
|
||||
Welcome
|
||||
=======
|
||||
|
||||
``django-localized-fields`` is a Django library that provides fields to store localized content (content in various languages) in a PostgreSQL database. It does this by utilizing the PostgreSQL ``hstore`` type, which is available in Django as ``HStoreField`` since Django 1.10.
|
||||
|
||||
This package requires Python 3.7 or newer, Django 2.0 or newer and PostgreSQL 10 or newer.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Overview
|
||||
|
||||
installation
|
||||
quick_start
|
||||
constraints
|
||||
fields
|
||||
saving
|
||||
querying
|
||||
filtering
|
||||
localized_value
|
||||
django_admin
|
||||
settings
|
||||
releases
|
||||
Reference in New Issue
Block a user