There was an error while loading. Please reload this page.
1 parent 15dead2 commit 33b41dfCopy full SHA for 33b41df
requirements.txt
@@ -1,5 +1,5 @@
1
-Django==1.8.7
2
-djangorestframework==3.3.2
3
-coverage==4.0.3
4
-flake8==2.5.1
+Django==1.10.1
+djangorestframework==3.4.6
+coverage==4.2
+flake8<3.0.0
5
mkdocs==0.15.3
tests/settings.py
@@ -39,3 +39,11 @@
39
# https://docs.djangoproject.com/en/1.8/howto/static-files/
40
41
STATIC_URL = '/static/'
42
+
43
+TEMPLATES = [
44
+ {
45
+ 'BACKEND': 'django.template.backends.django.DjangoTemplates',
46
+ 'DIRS': [],
47
+ 'APP_DIRS': True,
48
+ },
49
+]
0 commit comments