#10173: Add a setting to set up pg binaries for test_runner
------------------------------------------------+---------------------------
Reporter: [email protected] | Owner: nobody
Status: new | Milestone:
Component: GIS | Version: 1.0
Keywords: | Stage: Unreviewed
Has_patch: 0 |
------------------------------------------------+---------------------------
Context: postgres/postgis.
For gis testing, when test database is created, pg commands are executed:
* createlang (options) plpgsql
* psql (options) -f <postgis files>
It would be great if both pg binary pathes could be set in settings, for
example:
{{{
#!python
POSTGRES_PSQL_PATH = '/path/to/psql'
POSTGRES_CREATELANG_PATH = '/path/to/createlang'
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/10173>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---