diff --git a/testing/test_settings.py b/testing/test_settings.py index bc083ae..1481940 100755 --- a/testing/test_settings.py +++ b/testing/test_settings.py @@ -103,7 +103,7 @@ # Database -# https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/#databases +# https://docs.djangoproject.com/en/1.8/ref/settings/#databases DATABASES = { 'default': { @@ -114,7 +114,7 @@ # Internationalization -# https://docs.djangoproject.com/en/{{ docs_version }}/topics/i18n/ +# https://docs.djangoproject.com/en/1.8/topics/i18n/ LANGUAGE_CODE = 'en-us' @@ -128,7 +128,7 @@ # Static files (CSS, JavaScript, Images) -# https://docs.djangoproject.com/en/{{ docs_version }}/howto/static-files/ +# https://docs.djangoproject.com/en/1.8/howto/static-files/ STATIC_URL = '/static/' diff --git a/testing/urls.py b/testing/urls.py index 9558d4c..2f81d0c 100644 --- a/testing/urls.py +++ b/testing/urls.py @@ -16,8 +16,6 @@ # You should have received a copy of the GNU General Public License along with # Postorius. If not, see . -import postorius - from django.conf.urls import include, url urlpatterns = [