diff mbox

[2/2] requirements: Use PostgreSQL in production

Message ID 1454693738-16524-2-git-send-email-stephen.finucane@intel.com
State Accepted
Headers show

Commit Message

Stephen Finucane Feb. 5, 2016, 5:35 p.m. UTC
The example "production" settings expect a PostgreSQL database backend,
yet the requirements file for the same scenario install MySQL
dependencies. Correct this mismatch.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
---
 requirements-prod.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Finucane Feb. 8, 2016, 6:57 p.m. UTC | #1
On 05 Feb 17:35, Stephen Finucane wrote:
> The example "production" settings expect a PostgreSQL database backend,
> yet the requirements file for the same scenario install MySQL
> dependencies. Correct this mismatch.
> 
> Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>

Merged.
diff mbox

Patch

diff --git a/requirements-prod.txt b/requirements-prod.txt
index 1d2f591..596eb6d 100644
--- a/requirements-prod.txt
+++ b/requirements-prod.txt
@@ -1,2 +1,2 @@ 
 Django<1.9,>=1.8
-mysqlclient==1.3.7
+psycopg2==2.6.1