diff --git a/README b/README index 365a710..4d4402f 100644 --- a/README +++ b/README @@ -1 +1,15 @@ 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