summaryrefslogtreecommitdiffstats
path: root/kittystore/scripts.py
Commit message (Collapse)AuthorAgeFilesLines
* Set the default settings module name for the scriptsAurélien Bompard2014-01-061-2/+2
|
* Use dogpile.cache for caching instead of the databaseAurélien Bompard2013-12-181-8/+8
|
* Use logging instead of printingAurélien Bompard2013-11-281-0/+11
|
* Don't auto-upgrade the schema by defaultAurélien Bompard2013-11-141-16/+33
|
* Improve caching and cache more valuesAurélien Bompard2013-11-141-3/+5
|
* Cache some values in the databaseAurélien Bompard2013-11-081-19/+30
|
* Store the user_id directly in the email tableHEADmasterAurélien Bompard2013-08-011-5/+17
|
* Use the user_id as key in HK to avoid exposing the email addressAurélien Bompard2013-08-011-0/+11
|
* Only accept a Django-like settings module to configureAurélien Bompard2013-07-311-32/+14
|
* Fix typos in the scriptsAurélien Bompard2013-06-071-2/+2
|
* Add index support to the import scriptAurélien Bompard2013-06-061-21/+42
|
* Add a Whoosh full-text search indexAurélien Bompard2013-06-061-7/+14
|
* Allow reading the KittyStore URL from DjangoAurélien Bompard2013-05-181-6/+26
|
* Fix some error catching in the archives downloaderAurélien Bompard2012-12-141-2/+2
|
* Package the get_mbox script as a proper generic scriptAurélien Bompard2012-11-281-0/+72
|
* Add a script to manually update the DB schemaAurélien Bompard2012-11-261-0/+49