Skip to content

Commit

Permalink
adding mandatory parameters for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Feb 4, 2011
1 parent 4d62a5b commit e134ec5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zinnia/testsettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
import os
from zinnia.xmlrpc import ZINNIA_XMLRPC_METHODS

DATABASES = {'default': {'ENGINE': 'django.db.backends.sqlite3'}}
DATABASES = {'default': {'NAME': 'zinnia_tests.db',
'ENGINE': 'django.db.backends.sqlite3'}}

SITE_ID = 1

Expand Down

0 comments on commit e134ec5

Please sign in to comment.