web/hdalab/models/__init__.py
author veltr
Wed, 22 Feb 2012 18:55:35 +0100
changeset 122 fde8335a037c
parent 119 e3ebe3545f72
child 123 94fc5f5b5cfd
permissions -rw-r--r--
Added Geographic Inclusion in the Django version (server only)
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, 
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents: 114
diff changeset
     2
    TagWpCategory)
122
fde8335a037c Added Geographic Inclusion in the Django version (server only)
veltr
parents: 119
diff changeset
     3
from hdalab.models.dataviz import TagYears, Country, GeoInclusion, TagLinks, DbpediaFields, HdaSession
114
c59383cc9940 migrate categories extraction to hdalab
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
122
fde8335a037c Added Geographic Inclusion in the Django version (server only)
veltr
parents: 119
diff changeset
     5
__all__ = ['WpCategory', 'InfoboxParameter', 'TagInfobox', 'TagWpCategory', 'TagYears', 'Country', 'GeoInclusion', 'TagLinks', 'DbpediaFields', 'HdaSession']