Skip to content

Commit

Permalink
added settings_test.py to ninux project (test database settings)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesisdesign committed Dec 29, 2012
1 parent 9b6c051 commit a55a970
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -2,7 +2,6 @@
*.pyc
.komodotools/
projects/ninux/ninux/settings.py
projects/ninux/ninux/settings_test.py
*.komodoproject
*.DS_Store
projects/ninux/ninux/media/nodes/*
Expand Down
9 changes: 9 additions & 0 deletions projects/ninux/ninux/settings_test.py
@@ -0,0 +1,9 @@
from settings import *

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'nodeshot2', # Or path to database file if using sqlite3.
'USER': 'nodeshot2', # Not used with sqlite3.
}
}

0 comments on commit a55a970

Please sign in to comment.