Polycopiés numériques (Dauphine/UNPIdF)
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.
Go to file
Thomas NOËL 4b3841b32f add grappelli (admin customisation) 2012-05-23 17:24:15 +02:00
polynum add grappelli (admin customisation) 2012-05-23 17:24:15 +02:00
.gitignore login/logout logic (sort of) 2012-05-13 17:09:40 +02:00
README start a remark in the README about indexes in the RDB 2012-05-16 23:00:09 +02:00
manage.py Begin Django application 2012-04-24 18:52:01 +02:00
requirements add file listing (some) dependencies 2012-05-21 14:58:32 +02:00
setup.py add grappelli (admin customisation) 2012-05-23 17:24:15 +02:00

README

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>