Skip to content

Commit 26abea0

Browse files
author
Massimiliano Pippi
committed
bumped DOT version to 041
1 parent b5a9940 commit 26abea0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/example/settings/production.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# Parse database configuration from $DATABASE_URL
44
import dj_database_url
5-
DATABASES['default'] = dj_database_url.config()
5+
DATABASES['default'] = dj_database_url.config()

example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django>1.4,<1.6
22
South==0.8.1
3-
django-oauth-toolkit==0.4.0
3+
django-oauth-toolkit==0.4.1
44
six==1.3.0
55
django-braces==1.0.0
66
gunicorn==0.17.4

0 commit comments

Comments
 (0)