web/hdalab/models/__init__.py
author ymh <ymh.work@gmail.com>
Wed, 18 Jul 2012 15:29:49 +0200
changeset 210 ca50d1a91b48
parent 204 0a1744477bc1
child 218 b865d890346a
permissions -rw-r--r--
version 2.14
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents: 114
diff changeset
     1
from hdalab.models.categories import (WpCategory, InfoboxParameter, TagInfobox, 
204
0a1744477bc1 Added category tree Ajax API + Tables
veltr
parents: 123
diff changeset
     2
    TagWpCategory, WpCategoryInclusion)
123
94fc5f5b5cfd Added Insee Codes
veltr
parents: 122
diff changeset
     3
from hdalab.models.dataviz import TagYears, Country, GeoInclusion, TagLinks, DbpediaFields, HdaSession, InseeCoords, DatasheetExtras
114
c59383cc9940 migrate categories extraction to hdalab
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
204
0a1744477bc1 Added category tree Ajax API + Tables
veltr
parents: 123
diff changeset
     5
__all__ = ['WpCategory', 'InfoboxParameter', 'TagInfobox', 'TagWpCategory', 'TagYears', 'Country', 'GeoInclusion', 'TagLinks', 'DbpediaFields', 'HdaSession', 'InseeCoords', 'DatasheetExtras', 'WpCategoryInclusion']