Implemented multi-db support plus initial URL structure

Refs #24

Fixes #15
This commit is contained in:
Simon Willison 2017-10-23 19:00:37 -07:00
commit b2372605d6
5 changed files with 145 additions and 45 deletions

7
.gitignore vendored
View file

@ -1,4 +1,9 @@
build-metadata.json
datasets.json
# SQLite databases
*.db
*.sqlite
# Byte-compiled / optimized / DLL files
__pycache__/
@ -102,5 +107,3 @@ ENV/
# mypy
.mypy_cache/
# SQLite databases
*.db