mirror of
https://github.com/pretix/pretix.git
synced 2026-01-29 01:22:28 +00:00
* Create django.yml * Fix working directory * .. * . * .. * a. * .. * . * Fix typo * Install hunspell * maxfail * Fix install * . * Reduce number of typos * Even less typos * Postgres debug * Spelling fixes, yet again * Postgres with PW * Fix failing test * New workflows * Fix syntax error * Install gettext * Test aginst python 3.6 as well * Clean up strategies * Add badge, do not ignore migrations * Use pip cache
7 lines
98 B
INI
7 lines
98 B
INI
[database]
|
|
backend=postgresql_psycopg2
|
|
name=pretix
|
|
user=postgres
|
|
password=postgres
|
|
host=127.0.0.1
|