We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a9940 commit 26abea0Copy full SHA for 26abea0
example/example/settings/production.py
@@ -2,4 +2,4 @@
2
3
# Parse database configuration from $DATABASE_URL
4
import dj_database_url
5
-DATABASES['default'] = dj_database_url.config()
+DATABASES['default'] = dj_database_url.config()
example/requirements.txt
@@ -1,6 +1,6 @@
1
Django>1.4,<1.6
South==0.8.1
-django-oauth-toolkit==0.4.0
+django-oauth-toolkit==0.4.1
six==1.3.0
django-braces==1.0.0
6
gunicorn==0.17.4
0 commit comments