.settings/org.eclipse.core.resources.prefs
author cavaliet
Wed, 16 Jul 2014 15:15:50 +0200
changeset 293 b33caeba7faa
parent 288 0bb9c29cd41d
child 295 af29252631ac
permissions -rw-r--r--
profile page first step
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
253
1113c3874dd6 Added Datasheet View
veltr
parents: 243
diff changeset
     1
eclipse.preferences.version=1
1113c3874dd6 Added Datasheet View
veltr
parents: 243
diff changeset
     2
encoding//data/villes.csv=ISO-8859-1
271
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
     3
encoding//src/hdabo/forms.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
     4
encoding//src/hdabo/management/commands/clean_tags.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
     5
encoding//src/hdabo/management/commands/diff_csv.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
     6
encoding//src/hdabo/management/commands/import_csv.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
     7
encoding//src/hdabo/management/commands/import_tag_popularity.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
     8
encoding//src/hdabo/management/commands/query_wikipedia.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
     9
encoding//src/hdabo/management/utils.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    10
encoding//src/hdabo/migrations/0001_initial.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    11
encoding//src/hdabo/migrations/0002_backport_hdabo_sf.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    12
encoding//src/hdabo/migrations/0003_update_redirection.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    13
encoding//src/hdabo/migrations/0005_auto__chg_field_datasheet_organisation.py=utf-8
281
bc0f26b1acc2 Hdalab : commands now work after update. Requests update with a dbpedia url from settings.
cavaliet
parents: 275
diff changeset
    14
encoding//src/hdabo/migrations/0006_auto__add_user__chg_field_datasheet_validator.py=utf-8
275
b2eb3e9e6956 first step of folder administration
cavaliet
parents: 272
diff changeset
    15
encoding//src/hdabo/migrations/0007_auto__add_folder.py=utf-8
282
514addb1d747 migration to dbpedia fr for actual datas and update jquery ui
cavaliet
parents: 281
diff changeset
    16
encoding//src/hdabo/migrations/0008_to_dbpedia_fr.py=utf-8
271
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    17
encoding//src/hdabo/models.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    18
encoding//src/hdabo/search/french_whoosh_backend.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    19
encoding//src/hdabo/tests/models.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    20
encoding//src/hdabo/utils.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    21
encoding//src/hdabo/views.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    22
encoding//src/hdabo/wp_utils.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    23
encoding//src/hdalab/__init__.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    24
encoding//src/hdalab/manage.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    25
encoding//src/hdalab/management/commands/export_tags_csv.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    26
encoding//src/hdalab/management/commands/export_wpcategory_csv.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    27
encoding//src/hdalab/management/commands/fill_tag_years.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    28
encoding//src/hdalab/management/commands/geojson_transform.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    29
encoding//src/hdalab/management/commands/import_hda_insee_csv.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    30
encoding//src/hdalab/management/commands/import_hdabo_db.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    31
encoding//src/hdalab/management/commands/import_insee_csv.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    32
encoding//src/hdalab/management/commands/query_category_inclusion.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    33
encoding//src/hdalab/management/commands/query_dbpedia.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    34
encoding//src/hdalab/management/commands/query_geo_inclusion.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    35
encoding//src/hdalab/management/commands/query_wikipedia_category.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    36
encoding//src/hdalab/management/utils.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    37
encoding//src/hdalab/migrations/0001_initial.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    38
encoding//src/hdalab/migrations/0002_dataviz.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    39
encoding//src/hdalab/migrations/0003_hdasession.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    40
encoding//src/hdalab/migrations/0005_rename_end_year.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    41
encoding//src/hdalab/migrations/0006_dbpedia_fields_one_to_one.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    42
encoding//src/hdalab/migrations/0007_geographic_inclusion.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    43
encoding//src/hdalab/migrations/0008_datasheet_insee.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    44
encoding//src/hdalab/models/dataviz.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    45
encoding//src/hdalab/settings.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    46
encoding//src/hdalab/urls.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    47
encoding//src/hdalab/utils.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    48
encoding//src/hdalab/views/ajax.py=utf-8
8f77cf71ab02 commit the venv update (django and dependancies) in the good head
cavaliet
parents: 253
diff changeset
    49
encoding//src/hdalab/views/pages.py=utf-8
293
b33caeba7faa profile page first step
cavaliet
parents: 288
diff changeset
    50
encoding//src/hdalab/views/profile.py=utf-8
288
0bb9c29cd41d renkan first step : link, views and get put for json
cavaliet
parents: 282
diff changeset
    51
encoding//src/hdalab/views/renkan.py=utf-8
253
1113c3874dd6 Added Datasheet View
veltr
parents: 243
diff changeset
    52
encoding//web/hdalab/config.py=utf-8
1113c3874dd6 Added Datasheet View
veltr
parents: 243
diff changeset
    53
encoding//web/hdalab/management/commands/fill_country_codes.py=utf-8