Revision 2c04b1dd snf-pithos-app/README

b/snf-pithos-app/README
18 18

  
19 19
To use Pithos in a custom Django project, just add ``pithos.api`` to ``INSTALLED_APPS``.
20 20

  
21
Pithos has been tested with SQLite and PostgreSQL backend databases. When using PostgreSQL, ensure that the has been created with the appropriate encoding and collation::
22

  
23
    CREATE DATABASE pithos WITH ENCODING 'UTF8' LC_COLLATE='C' LC_CTYPE='C' TEMPLATE=template0;
24

  
21 25
Settings
22 26
--------
23 27

  

Also available in: Unified diff