summaryrefslogtreecommitdiff
path: root/chimere/tasks.py
AgeCommit message (Collapse)Author
2017-03-09Fix osmapi import for tasksÉtienne Loks
2016-09-22Going to python3 and Django 1.8!Étienne Loks
2015-11-19Flake8Étienne Loks
2015-02-11New importer type XML - XSLT. Importer: add relation between category key ↵Étienne Loks
and categories * new importer type XML - XSLT * associated form and UI modification * add new model ImporterKeyCategories * associated migration * associated admin modification * longer state field for Importers * associated migration
2012-11-26Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/admin.py chimere/fixtures/initial_data.json chimere/forms.py chimere/locale/fr/LC_MESSAGES/django.po chimere/static/chimere/css/styles.css chimere/templates/chimere/blocks/alternate_multimedia.html chimere/templates/chimere/blocks/categories.html chimere/widgets.py
2012-11-24Fix rapprochement - work on OSM export interfaceÉtienne Loks
2012-11-23Better management of tasks messagesÉtienne Loks
2012-10-17Fix task callÉtienne Loks
2012-10-01OSM export: Fix modification managementÉtienne Loks
2012-09-17Fixes for OSM exportÉtienne Loks
2012-08-03Allow import without CeleryÉtienne Loks
2012-08-02Fix import test for celeryÉtienne Loks
2012-08-02Make Celery and Kombu optional (but the import is not available)Étienne Loks
2012-03-29Work on OSM export - simplify KML importÉtienne Loks
2012-03-17Add import task using celeryÉtienne Loks