Skip to content

Commit

Permalink
add test settings from django docs
Browse files Browse the repository at this point in the history
  • Loading branch information
noxan committed Sep 11, 2015
1 parent c6111f4 commit 927cccd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_settings.py
@@ -0,0 +1,5 @@
SECRET_KEY = 'fake-key'

INSTALLED_APPS = [
'tests',
]

0 comments on commit 927cccd

Please sign in to comment.