diff --git a/.gitignore b/.gitignore
index 7e1288e5..49e3f875 100755
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,5 @@ refstack/client/.smbdeleteAAA06c94.4
scripts/members_sponsors_20131030.csv
refstack/client/.smbdeleteAAA9ef44.4
+
+db.sqlite
diff --git a/refstack/templates/scorecard.html b/refstack/templates/scorecard.html
new file mode 100755
index 00000000..3e9c5cbf
--- /dev/null
+++ b/refstack/templates/scorecard.html
@@ -0,0 +1,142 @@
+
+
+
+ {% block title %}Welcome{% endblock %} | RefStack
+
+
+
+
+
+
+
+
+
+
+
+ {% block head_css %}{% endblock %}
+
+
+
+
+
+
+
+
+ Forced Results
+
+
+ - compute
+ - aggregates
+ - availability zone
+ - fixed ips
+ - flavors access
+ - flavors extra specs
+ - flavors
+ - hosts
+ - hypervisor
+ - quotas
+ - servers
+ - services
+ - simple tenant usage
+ - flavors
+ - floating ips
+ - floating ips actions
+ - list floating ips
+ - images
+ - image metadata
+ - images oneserver
+ - images
+ - list image filters
+ - list images
+ - keypairs
+ - keypairs
+ - limits
+ - absolute limits
+ - security groups
+ - security group rules
+ - security groups
+ - servers
+ - attach interfaces
+ - create server
+ - disk config
+ - instance actions
+ - list server filters
+ - list servers negative
+ - multiple create
+ - server actions
+ - server addresses
+ - server metadata
+ - server personality
+ - server rescue
+ - servers negative
+ - servers
+ - virtual interfaces
+ - authorization
+ - auth token
+ - extensions
+ - live block migration
+ - quotas
+ - volumes
+ - attach volume
+ - volumes get
+ - volumes list
+ - volumes negative
+ - identity
+ - admin
+ - roles
+ - services
+ - tenants
+ - users
+ - image
+ - v1
+ - image members
+ - images
+ - v2
+ - images
+ - network
+ - floating ips
+ - load balancer
+ - networks
+ - quotas
+ - routers
+ - security groups
+ - object storage
+ - account quotas
+ - account services
+ - container acl
+ - container services
+ - container staticweb
+ - container sync
+ - object expiry
+ - object services
+ - object version
+ - orchestration
+ - neutron resources
+ - non empty stack
+ - server cfn init
+ - stacks
+ - templates
+ - volume
+ - multi backend
+ - volume types extra specs negative
+ - volume types extra specs
+ - volume types negative
+ - volume types
+ - volumes actions
+ - volumes get
+ - volumes list
+ - volumes negative
+ - volumes snapshots
+
+ {% block body %}{% endblock %}
+
+
+
+
+
+
\ No newline at end of file