We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2818336 commit d607be4Copy full SHA for d607be4
.travis.yml
@@ -5,6 +5,7 @@ python:
5
env:
6
- DJANGO_VERSION=1.3
7
- DJANGO_VERSION=1.4
8
+ - DJANGO_VERSION=1.5
9
install:
10
- pip install -q Django==$DJANGO_VERSION --use-mirrors
11
- pip install -q -r requirements.txt --use-mirrors
testsettings.py
@@ -8,3 +8,5 @@
INSTALLED_APPS = (
'rest_framework_csv',
)
+
12
+SECRET_KEY = 'testsecretkey'
0 commit comments