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
Benjamin Dauvergne 35816b1871 start a remark in the README about indexes in the RDB 2012-05-16 23:00:09 +02:00
polynum start a base.rbac module, first function is get_workable_requests 2012-05-16 19:33:16 +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
setup.py setup.py: depends += sekizay 2012-05-16 11:52:49 +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>