Correct wrong module name for Postgres in example configs (#394)

This commit is contained in:
Lukas Martini
2017-01-26 09:18:56 +01:00
committed by Raphael Michel
parent 4f4e5854f2
commit d6503e3e48
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ Fill the configuration file ``/etc/pretix/pretix.cfg`` with the following conten
datadir=/data
[database]
; Replace mysql with psycopg2 for PostgreSQL
; Replace mysql with postgresql_psycopg2 for PostgreSQL
backend=mysql
name=pretix
user=pretix

View File

@@ -82,7 +82,7 @@ Fill the configuration file ``/etc/pretix/pretix.cfg`` with the following conten
datadir=/var/pretix/data
[database]
; Replace mysql with psycopg2 for PostgreSQL
; Replace mysql with postgresql_psycopg2 for PostgreSQL
backend=mysql
name=pretix
user=pretix