This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
polynum/README

16 lines
274 B
Plaintext

Polycopiés numériques, projet UPD+UNPIdF
Indexes
-------
Some queries need indexes to be performant, do not forget to install them.
With SQLite::
python manage.py sqlindexes | sqlite3 polynum.db
With PostgreSQL:
python manage.py sqlindexes | psql <db_name>