]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
requirements: Use PostgreSQL in production
authorStephen Finucane <stephen.finucane@intel.com>
Fri, 5 Feb 2016 15:12:25 +0000 (15:12 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Mon, 8 Feb 2016 18:56:12 +0000 (18:56 +0000)
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

index 1d2f5917ea4d6861da1851014237ea3bcd85d6e3..596eb6dca27bad608f9f248eabb29dad8fa7befa 100644 (file)
@@ -1,2 +1,2 @@
 Django<1.9,>=1.8
-mysqlclient==1.3.7
+psycopg2==2.6.1