diff --git a/example/example/local_settings.py b/example/example/local_settings.py index 20e602d..3e44cd5 100644 --- a/example/example/local_settings.py +++ b/example/example/local_settings.py @@ -5,7 +5,7 @@ DEBUG = True DEBUG_TOOLBAR = not True TEMPLATE_DEBUG = DEBUG -DEV = True +DEV = False DATABASES = { 'default': { diff --git a/example/requirements.txt b/example/requirements.txt index 2c04e6c..d2f0643 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -2,5 +2,6 @@ Django Sphinx Pillow python-dateutil +radar selenium tox diff --git a/example/requirements_django_1_4.txt b/example/requirements_django_1_4.txt index 1725d46..f4a17ce 100644 --- a/example/requirements_django_1_4.txt +++ b/example/requirements_django_1_4.txt @@ -2,5 +2,6 @@ Django>=1.4,<1.5 Sphinx Pillow python-dateutil +radar selenium tox diff --git a/example/requirements_django_1_5.txt b/example/requirements_django_1_5.txt index ed3299c..4f6b4db 100644 --- a/example/requirements_django_1_5.txt +++ b/example/requirements_django_1_5.txt @@ -2,5 +2,6 @@ Django>=1.5,<1.6 Sphinx Pillow python-dateutil +radar selenium tox diff --git a/example/requirements_django_1_6.txt b/example/requirements_django_1_6.txt index 3f324ac..f6f5263 100644 --- a/example/requirements_django_1_6.txt +++ b/example/requirements_django_1_6.txt @@ -2,5 +2,6 @@ Django>=1.6,<1.7 Sphinx Pillow python-dateutil +radar selenium tox diff --git a/example/requirements_django_1_7.txt b/example/requirements_django_1_7.txt index 1c7e841..7e54972 100644 --- a/example/requirements_django_1_7.txt +++ b/example/requirements_django_1_7.txt @@ -2,5 +2,6 @@ Django>=1.7,<1.8 Sphinx Pillow python-dateutil +radar selenium tox diff --git a/example/requirements_django_1_8.txt b/example/requirements_django_1_8.txt index ce227da..806807f 100644 --- a/example/requirements_django_1_8.txt +++ b/example/requirements_django_1_8.txt @@ -1,8 +1,7 @@ -https://www.djangoproject.com/download/1.8a1/tarball/ - -#Django>=1.7,<1.8 +Django>=1.8,<1.9 Sphinx Pillow python-dateutil +radar selenium tox diff --git a/setup.py b/setup.py index 83610fa..725f06a 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ include_package_data = True, install_requires = [ 'django>=1.4', - 'django-nine>=0.1.1' + 'django-nine>=0.1.4' ], tests_require = [ 'radar>=0.3',