web/hdalab/models/__init__.py
author ymh <ymh.work@gmail.com>
Thu, 16 Feb 2012 21:48:40 +0100
changeset 119 e3ebe3545f72
parent 114 c59383cc9940
child 122 fde8335a037c
permissions -rw-r--r--
first implementation of django version. Kind of work but need optimisation. Will do them after update from raphael
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)
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents: 114
diff changeset
     3
from hdalab.models.dataviz import TagYears, CountryCode, TagLinks, DbpediaFields, HdaSession
114
c59383cc9940 migrate categories extraction to hdalab
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents: 114
diff changeset
     5
__all__ = ['WpCategory', 'InfoboxParameter', 'TagInfobox', 'TagWpCategory', 'TagYears', 'CountryCode', 'TagLinks', 'DbpediaFields', 'HdaSession']