Finishing Tests, Cleaning up Static folder

This commit is contained in:
Eibriel
2015-03-12 15:05:10 +01:00
parent 025202df3f
commit 38b4d01581
46 changed files with 138 additions and 5033 deletions

View File

@@ -1,3 +1,6 @@
import os
# Enable reads (GET), inserts (POST) and DELETE for resources/collections
# (if you omit this line, the API will default to ['GET'] and provide
# read-only access to the endpoint).
@@ -156,3 +159,9 @@ DOMAIN = {
'node_types': node_types,
}
try:
os.environ['TEST_ATTRACT']
#print ("Using attract_test database")
MONGO_DBNAME = 'attract_test'
except:
pass