init commit

This commit is contained in:
Andreas Stephanides
2017-01-14 12:23:04 +01:00
commit 8955bf17f5
32 changed files with 1555 additions and 0 deletions

4
models.py Normal file
View File

@@ -0,0 +1,4 @@
from .articles.model import Article
from .sections.model import Section
from .compiler.models import CrawlUrl, CrawlCache