diff --git a/.gitignore b/.gitignore index 52f71ed..47e95f4 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,5 @@ example/sqla/website/settings/production.py example/gae/website/settings/local.py example/sqla/website/settings/local.py example/sqla/website/db.sqlite +example/mongodb/website/settings/local.py +example/mongodb/website/settings/production.py diff --git a/Vagrantfile b/Vagrantfile index f76f82e..392f015 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -13,6 +13,7 @@ $script = <