Crawl all pages and insert them into the database

This commit is contained in:
Arne Schlüter 2014-12-08 18:25:26 +01:00
commit 36df116ed0
3 changed files with 60 additions and 21 deletions

3
.gitignore vendored
View file

@ -1,6 +1,9 @@
www/bower_components
!www/bower_components/.gitkeep
# Ignore the SQLite database
violence.db
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]