organizations&organizationtypes

This commit is contained in:
Andreas Stephanides
2017-02-10 22:06:49 +01:00
parent 0c1b586962
commit 621e1ca1ad
19 changed files with 474 additions and 86 deletions

View File

@@ -1,4 +1,8 @@
from .articles.model import Article
from .sections.model import Section
from .organizations.model import Organization
from .organizationtypes.model import Organizationtype
from .compiler.models import CrawlUrl, CrawlCache