Skip to content

Commit

Permalink
Fix test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Oct 25, 2013
1 parent 724ebd1 commit 3ee0829
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions smileys/testsettings.py
@@ -1,4 +1,8 @@
"""Settings for test smileys"""
"""Settings for testing smileys"""

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

SECRET_KEY = 'secret-key'

DATABASE_ENGINE = 'sqlite3'
INSTALLED_APPS = ['smileys']

0 comments on commit 3ee0829

Please sign in to comment.