Skip to content

Commit 33b41df

Browse files
author
Maxence
committed
Update to Django 1.10
1 parent 15dead2 commit 33b41df

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django==1.8.7
2-
djangorestframework==3.3.2
3-
coverage==4.0.3
4-
flake8==2.5.1
1+
Django==1.10.1
2+
djangorestframework==3.4.6
3+
coverage==4.2
4+
flake8<3.0.0
55
mkdocs==0.15.3

tests/settings.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,11 @@
3939
# https://docs.djangoproject.com/en/1.8/howto/static-files/
4040

4141
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

Comments
 (0)